Home
last modified time | relevance | path

Searched refs:getAnnotationRange (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h166 SourceRange getAnnotationRange() const { in getAnnotationRange() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1109 Tok.getAnnotationValue(), Tok.getAnnotationRange(), SS); in TryParseDeclarator()
1660 Tok.getAnnotationRange(), in isCXXDeclarationSpecifier()
2376 Tok.getAnnotationRange(), in isExplicitBool()
H A DParseExprCXX.cpp171 Tok.getAnnotationRange(), in ParseOptionalCXXScopeSpecifier()
3708 Tok.getAnnotationRange(), in ParseRequiresExpression()
3807 Tok.getAnnotationValue(), Tok.getAnnotationRange(), SS); in ParseRequiresExpression()
H A DParser.cpp2083 << Tok.getAnnotationRange(); in TryAnnotateTypeOrScopeToken()
H A DParseDecl.cpp3493 Tok.getAnnotationValue(), Tok.getAnnotationRange(), SS); in DiagnoseMissingSemiAfterTagDefinition()
3777 Tok.getAnnotationRange(), in ParseDeclarationSpecifiers()
H A DParseDeclCXX.cpp774 SourceRange Loc = Tok.getAnnotationRange(); in ParseUsingDeclaration()