Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h937 SourceLocation createTokenSplitLoc(SourceLocation SpellingLoc,
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp517 return SM.createTokenSplitLoc(Spelling, Loc, Loc.getLocWithOffset(Length)); in SplitToken()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp651 SourceLocation SourceManager::createTokenSplitLoc(SourceLocation Spelling, in createTokenSplitLoc() function in SourceManager