HomeSort by relevance Sort by last modified time
    Searched defs:SpellLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
TokenConcatenation.cpp 165 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
166 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc)
Lexer.cpp 809 SourceLocation spellLoc = SM.getSpellingLoc(loc);
810 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 336 SourceLocation SpellLoc = SM.getFileLoc(Loc);
337 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
CIndexHigh.cpp 139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
140 if (SpellLoc.isMacroID())
141 return getFileSpellingLoc(SM, SpellLoc, isMacroArg);
144 return SpellLoc;

Completed in 2202 milliseconds