Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3000 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt() function in Parser
3904 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
4068 if (ParseImplicitInt(DS, nullptr, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2499 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,