Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2646 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt() function in Parser
3413 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
3574 if (ParseImplicitInt(DS, nullptr, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2361 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,