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

  /external/clang/lib/Basic/
SourceLocation.cpp 57 SM.getExpansionLoc(*this).print(OS, SM);
85 FullSourceLoc FullSourceLoc::getExpansionLoc() const {
87 return FullSourceLoc(SrcMgr->getExpansionLoc(*this), *SrcMgr);
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 58 milliseconds