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

  /external/clang/lib/Basic/
SourceLocation.cpp 60 SM.getSpellingLoc(*this).print(OS, SM);
90 FullSourceLoc FullSourceLoc::getSpellingLoc() const {
92 return FullSourceLoc(SrcMgr->getSpellingLoc(*this), *SrcMgr);
  /external/clang/include/clang/Basic/
SourceManager.h 310 SourceLocation getSpellingLoc() const {
    [all...]

Completed in 30 milliseconds