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

/external/clang/lib/Parse/
H A DParseDecl.cpp2238 /// ParseImplicitInt - This method is called when we have an non-typename
2247 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, function in class:Parser
2906 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) {
3019 if (ParseImplicitInt(DS, nullptr, TemplateInfo, AS, DSContext, Attrs)) {
/external/clang/include/clang/Parse/
H A DParser.h1856 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,

Completed in 169 milliseconds