Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2548 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt() function in Parser
3277 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
3424 if (ParseImplicitInt(DS, nullptr, TemplateInfo, AS, DSContext, Attrs)) { in ParseDeclarationSpecifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2329 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,