Searched refs:AnnotateScopeToken (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1668 void Parser::AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation) { in AnnotateScopeToken() function in Parser 1756 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1822 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1836 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1843 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1866 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1873 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 2131 AnnotateScopeToken(SS, IsNewScope); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() 2148 AnnotateScopeToken(SS, true); in TryAnnotateCXXScopeToken()
|
| H A D | ParseTemplate.cpp | 571 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 587 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|
| H A D | ParseDecl.cpp | 2843 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 2970 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 6402 AnnotateScopeToken(SS, true); in ParseDeclaratorInternal()
|
| H A D | ParseExprCXX.cpp | 2798 AnnotateScopeToken(SS, /*NewAnnotation*/true); in ParseUnqualifiedId()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 777 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);
|