Lines Matching refs:FullSourceLoc
80 FileID FullSourceLoc::getFileID() const { in getFileID()
86 FullSourceLoc FullSourceLoc::getExpansionLoc() const { in getExpansionLoc()
88 return FullSourceLoc(SrcMgr->getExpansionLoc(*this), *SrcMgr); in getExpansionLoc()
91 FullSourceLoc FullSourceLoc::getSpellingLoc() const { in getSpellingLoc()
93 return FullSourceLoc(SrcMgr->getSpellingLoc(*this), *SrcMgr); in getSpellingLoc()
96 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber()
101 unsigned FullSourceLoc::getExpansionColumnNumber(bool *Invalid) const { in getExpansionColumnNumber()
106 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber()
111 unsigned FullSourceLoc::getSpellingColumnNumber(bool *Invalid) const { in getSpellingColumnNumber()
116 bool FullSourceLoc::isInSystemHeader() const { in isInSystemHeader()
121 bool FullSourceLoc::isBeforeInTranslationUnitThan(SourceLocation Loc) const { in isBeforeInTranslationUnitThan()
126 LLVM_DUMP_METHOD void FullSourceLoc::dump() const { in dump()
130 const char *FullSourceLoc::getCharacterData(bool *Invalid) const { in getCharacterData()
135 StringRef FullSourceLoc::getBufferData(bool *Invalid) const { in getBufferData()
140 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { in getDecomposedLoc()