Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp182 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1925 SourceLocation getLastCachedTokenLocation() const { in getLastCachedTokenLocation() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1141 EndLoc = PP.getLastCachedTokenLocation(); in AnnotateExistingDecltypeSpecifier()
1231 EndLoc = PP.getLastCachedTokenLocation(); in AnnotateExistingIndexedTypeNamePack()
H A DParseExprCXX.cpp984 Tok.setAnnotationEndLoc(PP.getLastCachedTokenLocation()); in ParseLambdaIntroducer()