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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 69 PresumedLoc PLoc = SM.getPresumedLoc(*this);
110 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
179 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const {
183 return SrcMgr->getPresumedLoc(*this, UseLineDirectives);
SourceManager.cpp 1251 PresumedLoc PLoc = getPresumedLoc(Loc);
1456 PresumedLoc PLoc = getPresumedLoc(Loc);
1497 /// Note that this name does not respect \#line directives. Use getPresumedLoc
1509 /// getPresumedLoc - This method returns the "presumed" location of a
1516 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc,

Completed in 15 milliseconds