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);
83 FullSourceLoc FullSourceLoc::getSpellingLoc() const { function in class:FullSourceLoc
85 return FullSourceLoc(SrcMgr->getSpellingLoc(*this), *SrcMgr);
/external/clang/include/clang/Basic/
H A DSourceManager.h281 SourceLocation getSpellingLoc() const { function in class:clang::SrcMgr::ExpansionInfo
889 /// getSpellingLoc - Given a SourceLocation object, return the spelling
892 SourceLocation getSpellingLoc(SourceLocation Loc) const { function in class:clang::SourceManager
1095 return loc.isMacroID() && isInSystemHeader(getSpellingLoc(loc));

Completed in 125 milliseconds