Searched refs:AnnotateScopeToken (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1751 void Parser::AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation) { in AnnotateScopeToken() function in Parser 1848 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1914 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1927 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1934 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1956 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1963 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 2234 AnnotateScopeToken(SS, IsNewScope); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() 2257 AnnotateScopeToken(SS, true); in TryAnnotateCXXScopeToken()
|
H A D | ParseTemplate.cpp | 649 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 665 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|
H A D | ParseDecl.cpp | 3044 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 3171 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); in ParseImplicitInt() 6666 AnnotateScopeToken(SS, true); in ParseDeclaratorInternal()
|
H A D | ParseExprCXX.cpp | 3191 AnnotateScopeToken(SS, /*NewAnnotation*/true); in ParseUnqualifiedId()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 960 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);
|