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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h178 class BeforeThanCompare<RawComment> { class in namespace:clang
182 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } function in class:clang::BeforeThanCompare
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp46 MacroLocs, SemiLoc, BeforeThanCompare<SourceLocation>(SM));
H A DTransformActions.cpp106 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1864 class BeforeThanCompare;
1868 class BeforeThanCompare<SourceLocation> {
1872 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {}
1881 class BeforeThanCompare<SourceRange> {
1885 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {}
H A DSourceLocation.h434 struct BeforeThanCompare { struct in class:clang::SourceLocation::FullSourceLoc
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5291 BeforeThanCompare<SourceLocation>(S.getSourceManager()));

Completed in 125 milliseconds