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

/external/clang/include/clang/Basic/
H A DSourceLocation.h260 /// FullSourceLoc - A SourceLocation and its associated SourceManager. Useful
262 class FullSourceLoc : public SourceLocation { class in namespace:clang
265 /// Creates a FullSourceLoc where isValid() returns false.
266 explicit FullSourceLoc() : SrcMgr(0) {} function in class:clang::FullSourceLoc
268 explicit FullSourceLoc(SourceLocation Loc, const SourceManager &SM) function in class:clang::FullSourceLoc
278 FullSourceLoc getExpansionLoc() const;
279 FullSourceLoc getSpellingLoc() const;
310 bool isBeforeInTranslationUnitThan(FullSourceLoc Loc) const {
317 struct BeforeThanCompare : public std::binary_function<FullSourceLoc,
318 FullSourceLoc, boo
[all...]

Completed in 69 milliseconds