Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp150 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1887 SourceLocation getLastCachedTokenLocation() const { in getLastCachedTokenLocation() function
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1239 EndLoc = PP.getLastCachedTokenLocation(); in AnnotateExistingDecltypeSpecifier()
1329 EndLoc = PP.getLastCachedTokenLocation(); in AnnotateExistingIndexedTypeNamePack()
H A DParseExprCXX.cpp1125 Tok.setAnnotationEndLoc(PP.getLastCachedTokenLocation()); in ParseLambdaIntroducer()