Home
last modified time | relevance | path

Searched refs:ParseImplicitInt (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp2216 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt() function in Parser
2847 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
2970 if (ParseImplicitInt(DS, nullptr, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1819 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,