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

/external/clang/lib/Basic/
H A DSourceLocation.cpp60 SM.getSpellingLoc(*this).print(OS, SM);
91 FullSourceLoc FullSourceLoc::getSpellingLoc() const { function in class:FullSourceLoc
93 return FullSourceLoc(SrcMgr->getSpellingLoc(*this), *SrcMgr);
/external/clang/include/clang/Basic/
H A DSourceManager.h325 SourceLocation getSpellingLoc() const { function in class:clang::SrcMgr::ExpansionInfo
1066 SourceLocation getSpellingLoc(SourceLocation Loc) const { function in class:clang::SourceManager
1329 return loc.isMacroID() && isInSystemHeader(getSpellingLoc(loc));

Completed in 339 milliseconds