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

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 32 L = SM.getImmediateSpellingLoc(L)) {
51 return SM.getImmediateSpellingLoc(Loc);
72 return SM.getImmediateSpellingLoc(Loc);
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 227 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
229 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
  /external/clang/lib/Edit/
Commit.cpp 229 loc = SM.getImmediateSpellingLoc(loc);
260 loc = SM.getImmediateSpellingLoc(loc);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 300 SourceLocation SimpleSpellingLoc = SM.getImmediateSpellingLoc(SpellLoc);
CIndexHigh.cpp 136 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 150 milliseconds