Searched refs:AnnotateScopeToken (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | Parser.cpp | 1686 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()
|
| D | ParseTemplate.cpp | 760 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 776 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|
| D | ParseDecl.cpp | 2708 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 2835 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 6049 AnnotateScopeToken(SS, true); in ParseDeclaratorInternal()
|
| D | ParseExprCXX.cpp | 3062 AnnotateScopeToken(SS, /*NewAnnotation*/true); in ParseUnqualifiedId()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Parse/ |
| D | Parser.h | 906 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);
|