Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Lex/
H A DLexerTest.cpp392 SourceLocation rangleLoc = PP->SplitToken(gtgtLoc, 1); in TEST_F()
415 SourceLocation macroRAngleLoc = PP->SplitToken(macroGtgtLoc, 1); in TEST_F()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTemplate.cpp1186 RAngleLoc = PP.SplitToken(TokLoc, GreaterLength); in ParseGreaterThanInTemplateList()
1209 AfterGreaterLoc = PP.SplitToken(AfterGreaterLoc, Tok.getLength()); in ParseGreaterThanInTemplateList()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp515 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { in SplitToken() function in Preprocessor
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1993 SourceLocation SplitToken(SourceLocation TokLoc, unsigned Length);