Searched refs:AnnotateScopeToken (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1741 void Parser::AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation) { in AnnotateScopeToken() function in Parser 1838 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1904 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1917 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1924 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1946 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1953 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 2213 AnnotateScopeToken(SS, IsNewScope); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() 2236 AnnotateScopeToken(SS, true); in TryAnnotateCXXScopeToken()
|
| H A D | ParseTemplate.cpp | 767 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 783 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|
| H A D | ParseDecl.cpp | 2852 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 2979 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 6270 AnnotateScopeToken(SS, true); in ParseDeclaratorInternal()
|
| H A D | ParseExprCXX.cpp | 3079 AnnotateScopeToken(SS, /*NewAnnotation*/true); in ParseUnqualifiedId()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 926 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);
|