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

  /external/clang/lib/Lex/
TokenConcatenation.cpp 161 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
162 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc)
  /external/clang/tools/libclang/
CIndexHigh.cpp 139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
140 if (SpellLoc.isMacroID())
141 return getFileSpellingLoc(SM, SpellLoc, isMacroArg);
144 return SpellLoc;
CXSourceLocation.cpp 336 SourceLocation SpellLoc = SM.getFileLoc(Loc);
337 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 121 milliseconds