Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp3053 Token AfterScope = HasScope ? NextToken() : Tok; in DiagnoseMissingSemiAfterTagDefinition() local
3061 } else if (AfterScope.is(tok::annot_template_id)) { in DiagnoseMissingSemiAfterTagDefinition()
3065 static_cast<TemplateIdAnnotation *>(AfterScope.getAnnotationValue()); in DiagnoseMissingSemiAfterTagDefinition()
3068 } else if (AfterScope.is(tok::identifier)) { in DiagnoseMissingSemiAfterTagDefinition()
3084 IdentifierInfo *Name = AfterScope.getIdentifierInfo(); in DiagnoseMissingSemiAfterTagDefinition()
3086 getCurScope(), SS, Name, AfterScope.getLocation(), Next, in DiagnoseMissingSemiAfterTagDefinition()