Searched refs:getAnnotationRange (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Token.h | 166 SourceRange getAnnotationRange() const { in getAnnotationRange() function
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 1109 Tok.getAnnotationValue(), Tok.getAnnotationRange(), SS); in TryParseDeclarator() 1660 Tok.getAnnotationRange(), in isCXXDeclarationSpecifier() 2376 Tok.getAnnotationRange(), in isExplicitBool()
|
H A D | ParseExprCXX.cpp | 171 Tok.getAnnotationRange(), in ParseOptionalCXXScopeSpecifier() 3708 Tok.getAnnotationRange(), in ParseRequiresExpression() 3807 Tok.getAnnotationValue(), Tok.getAnnotationRange(), SS); in ParseRequiresExpression()
|
H A D | Parser.cpp | 2083 << Tok.getAnnotationRange(); in TryAnnotateTypeOrScopeToken()
|
H A D | ParseDecl.cpp | 3493 Tok.getAnnotationValue(), Tok.getAnnotationRange(), SS); in DiagnoseMissingSemiAfterTagDefinition() 3777 Tok.getAnnotationRange(), in ParseDeclarationSpecifiers()
|
H A D | ParseDeclCXX.cpp | 774 SourceRange Loc = Tok.getAnnotationRange(); in ParseUsingDeclaration()
|