clang API Documentation

clang::FullSourceLoc Member List
This is the complete list of members for clang::FullSourceLoc, including all inherited members.
dump() const clang::FullSourceLoc
clang::SourceLocation::dump(const SourceManager &SM) const clang::SourceLocation
FullSourceLoc()clang::FullSourceLoc [inline, explicit]
FullSourceLoc(SourceLocation Loc, const SourceManager &SM)clang::FullSourceLoc [inline, explicit]
getBufferData(bool *Invalid=nullptr) const clang::FullSourceLoc
getCharacterData(bool *Invalid=nullptr) const clang::FullSourceLoc
getDecomposedLoc() const clang::FullSourceLoc
getExpansionColumnNumber(bool *Invalid=nullptr) const clang::FullSourceLoc
getExpansionLineNumber(bool *Invalid=nullptr) const clang::FullSourceLoc
getExpansionLoc() const clang::FullSourceLoc
getFileID() const clang::FullSourceLoc
getFromPtrEncoding(const void *Encoding)clang::SourceLocation [inline, static]
getFromRawEncoding(unsigned Encoding)clang::SourceLocation [inline, static]
getLocWithOffset(int Offset) const clang::SourceLocation [inline]
getManager() const clang::FullSourceLoc [inline]
getPtrEncoding() const clang::SourceLocation [inline]
getRawEncoding() const clang::SourceLocation [inline]
getSpellingColumnNumber(bool *Invalid=nullptr) const clang::FullSourceLoc
getSpellingLineNumber(bool *Invalid=nullptr) const clang::FullSourceLoc
getSpellingLoc() const clang::FullSourceLoc
isBeforeInTranslationUnitThan(SourceLocation Loc) const clang::FullSourceLoc
isBeforeInTranslationUnitThan(FullSourceLoc Loc) const clang::FullSourceLoc [inline]
isFileID() const clang::SourceLocation [inline]
isInSystemHeader() const clang::FullSourceLoc
isInvalid() const clang::SourceLocation [inline]
isMacroID() const clang::SourceLocation [inline]
isValid() const clang::SourceLocation [inline]
operator!=(const FullSourceLoc &LHS, const FullSourceLoc &RHS)clang::FullSourceLoc [friend]
operator==(const FullSourceLoc &LHS, const FullSourceLoc &RHS)clang::FullSourceLoc [friend]
print(raw_ostream &OS, const SourceManager &SM) const clang::SourceLocation
printToString(const SourceManager &SM) const clang::SourceLocation
SourceLocation()clang::SourceLocation [inline]