Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1223 RAngleLoc = PP.SplitToken(TokLoc, GreaterLength); in ParseGreaterThanInTemplateList()
1246 AfterGreaterLoc = PP.SplitToken(AfterGreaterLoc, Tok.getLength()); in ParseGreaterThanInTemplateList()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp507 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { in SplitToken() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2138 SourceLocation SplitToken(SourceLocation TokLoc, unsigned Length);