Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp524 return SM.createTokenSplitLoc(Spelling, Loc, Loc.getLocWithOffset(Length)); in SplitToken()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h966 SourceLocation createTokenSplitLoc(SourceLocation SpellingLoc,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp656 SourceLocation SourceManager::createTokenSplitLoc(SourceLocation Spelling, in createTokenSplitLoc() function in SourceManager