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

  /external/clang/tools/libclang/
CXSourceLocation.cpp 298 SourceLocation SpellLoc = Loc;
299 if (SpellLoc.isMacroID()) {
300 SourceLocation SimpleSpellingLoc = SM.getImmediateSpellingLoc(SpellLoc);
303 SpellLoc = SimpleSpellingLoc;
305 SpellLoc = SM.getExpansionLoc(SpellLoc);
308 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
CIndexHigh.cpp 136 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
137 if (SpellLoc.isMacroID())
138 return getFileSpellingLoc(SM, SpellLoc, isMacroArg);
141 return SpellLoc;
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 126 milliseconds