Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParser.cpp1686 void Parser::AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation) { in AnnotateScopeToken() function in Parser
1783 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1849 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1862 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1869 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1904 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
2164 AnnotateScopeToken(SS, IsNewScope); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
2187 AnnotateScopeToken(SS, true); in TryAnnotateCXXScopeToken()
DParseTemplate.cpp760 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
776 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
DParseDecl.cpp2708 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt()
2835 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt()
6049 AnnotateScopeToken(SS, true); in ParseDeclaratorInternal()
DParseExprCXX.cpp3062 AnnotateScopeToken(SS, /*NewAnnotation*/true); in ParseUnqualifiedId()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h906 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);