Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp2564 Token AfterScope = HasScope ? NextToken() : Tok; in DiagnoseMissingSemiAfterTagDefinition() local
2572 } else if (AfterScope.is(tok::annot_template_id)) { in DiagnoseMissingSemiAfterTagDefinition()
2576 static_cast<TemplateIdAnnotation *>(AfterScope.getAnnotationValue()); in DiagnoseMissingSemiAfterTagDefinition()
2579 } else if (AfterScope.is(tok::identifier)) { in DiagnoseMissingSemiAfterTagDefinition()
2595 IdentifierInfo *Name = AfterScope.getIdentifierInfo(); in DiagnoseMissingSemiAfterTagDefinition()
2597 getCurScope(), SS, Name, AfterScope.getLocation(), Next, in DiagnoseMissingSemiAfterTagDefinition()