Searched refs:ParseImplicitInt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 2210 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt() function in Parser 2852 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers() 2975 if (ParseImplicitInt(DS, nullptr, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1823 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,
|