HomeSort by: relevance | last modified time | path
    Searched defs:getExpansionLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 81 SM.getExpansionLoc(*this).print(OS, SM);
128 auto PrintedLoc = PrintDifference(OS, SM, SM.getExpansionLoc(Loc), Previous);
164 FullSourceLoc FullSourceLoc::getExpansionLoc() const {
166 return FullSourceLoc(SrcMgr->getExpansionLoc(*this), *SrcMgr);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1155 SourceLocation getExpansionLoc(SourceLocation Loc) const {

Completed in 28 milliseconds