Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp1202 RAngleLoc = PP.SplitToken(TokLoc, GreaterLength); in ParseGreaterThanInTemplateList()
1225 AfterGreaterLoc = PP.SplitToken(AfterGreaterLoc, Tok.getLength()); in ParseGreaterThanInTemplateList()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp504 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { in SplitToken() function in Preprocessor
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2140 SourceLocation SplitToken(SourceLocation TokLoc, unsigned Length);