Home
last modified time | relevance | path

Searched refs:SpellLoc (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDTokenConcatenation.cpp165 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); in AvoidConcat() local
166 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc) in AvoidConcat()
HDLexer.cpp976 SourceLocation SpellLoc = Expansion.getSpellingLoc(); in getImmediateMacroName() local
977 if (SpellLoc.isFileID()) in getImmediateMacroName()
983 if (SM.isInFileID(SpellLoc, MacroFID)) in getImmediateMacroName()
987 Loc = SpellLoc; in getImmediateMacroName()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp1832 SourceLocation SpellLoc, in associateFileChunkWithMacroArgExp() argument
1835 if (!SpellLoc.isFileID()) { in associateFileChunkWithMacroArgExp()
1836 unsigned SpellBeginOffs = SpellLoc.getOffset(); in associateFileChunkWithMacroArgExp()
1846 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1877 assert(SpellLoc.isFileID()); in associateFileChunkWithMacroArgExp()
1880 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h1640 SourceLocation SpellLoc,