Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp518 return SM.createTokenSplitLoc(Spelling, Loc, Loc.getLocWithOffset(Length)); in SplitToken()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h921 SourceLocation createTokenSplitLoc(SourceLocation SpellingLoc,
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp641 SourceLocation SourceManager::createTokenSplitLoc(SourceLocation Spelling, in createTokenSplitLoc() function in SourceManager