Home
last modified time | relevance | path

Searched refs:setAnnotationRange (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h169 void setAnnotationRange(SourceRange R) { in setAnnotationRange() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1076 Crasher.setAnnotationRange(SourceRange(Tok.getLocation())); in HandlePragma()
1083 DumpAnnot.setAnnotationRange(SourceRange(Tok.getLocation())); in HandlePragma()
H A DPPDirectives.cpp3913 Toks[CurIdx].setAnnotationRange(HashLoc); in HandleEmbedDirectiveImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1760 Tok.setAnnotationRange(SS.getRange()); in AnnotateScopeToken()