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

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 288 MacroLocation = SM->getImmediateSpellingLoc(Loc);
294 MacroArgLocation = SM->getImmediateSpellingLoc(Loc);
319 Loc = SM->getImmediateSpellingLoc(Loc);
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 379 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
381 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
  /external/clang/lib/Edit/
Commit.cpp 229 loc = SM.getImmediateSpellingLoc(loc);
260 loc = SM.getImmediateSpellingLoc(loc);
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 665 milliseconds