Searched refs:ParseImplicitInt (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 2051 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt() function in Parser 2666 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers() 2772 if (ParseImplicitInt(DS, 0, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1647 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,
|