Searched refs:BeforeThanCompare (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h165 class BeforeThanCompare<RawComment> { class in namespace:clang
169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } function in class:clang::BeforeThanCompare
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1654 class BeforeThanCompare;
1658 class BeforeThanCompare<SourceLocation> {
1662 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { }
1671 class BeforeThanCompare<SourceRange> {
1675 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { }
H A DSourceLocation.h324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct in class:clang::SourceLocation::FullSourceLoc
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp48 BeforeThanCompare<SourceLocation>(SM));
H A DTransformActions.cpp107 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3152 BeforeThanCompare<SourceLocation>(S.getSourceManager()));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp161 BeforeThanCompare<RawComment> Compare(SourceMgr);

Completed in 201 milliseconds