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

/external/clang/include/clang/Basic/
H A DSourceLocation.h267 class FullSourceLoc : public SourceLocation { class in class:clang::SourceLocation
270 /// \brief Creates a FullSourceLoc where isValid() returns \c false.
271 explicit FullSourceLoc() : SrcMgr(nullptr) {} function in class:clang::SourceLocation::FullSourceLoc
273 explicit FullSourceLoc(SourceLocation Loc, const SourceManager &SM) function in class:clang::SourceLocation::FullSourceLoc
276 /// \pre This FullSourceLoc has an associated SourceManager.
284 FullSourceLoc getExpansionLoc() const;
285 FullSourceLoc getSpellingLoc() const;
317 bool isBeforeInTranslationUnitThan(FullSourceLoc Loc) const {
324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc,
325 FullSourceLoc, boo
[all...]

Completed in 451 milliseconds