Home
last modified time | relevance | path

Searched refs:ReplacePreviousCachedToken (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DPPCaching.cpp138 void Preprocessor::ReplacePreviousCachedToken(ArrayRef<Token> NewToks) { in ReplacePreviousCachedToken() function in Preprocessor
/external/clang/lib/Parse/
DParseTemplate.cpp863 PP.ReplacePreviousCachedToken({PrevTok, Tok}); in ParseGreaterThanInTemplateList()
865 PP.ReplacePreviousCachedToken({PrevTok}); in ParseGreaterThanInTemplateList()
/external/clang/include/clang/Lex/
DPreprocessor.h1214 void ReplacePreviousCachedToken(ArrayRef<Token> NewToks);