Searched defs:getExpansionLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DSourceLocation.cpp57 SM.getExpansionLoc(*this).print(OS, SM);
86 FullSourceLoc FullSourceLoc::getExpansionLoc() const { function in class:FullSourceLoc
88 return FullSourceLoc(SrcMgr->getExpansionLoc(*this), *SrcMgr);
/external/clang/include/clang/Basic/
H A DSourceManager.h1033 SourceLocation getExpansionLoc(SourceLocation Loc) const { function in class:clang::SourceManager

Completed in 261 milliseconds