Home
last modified time | relevance | path

Searched refs:BeforeThanCompare (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h1989 class BeforeThanCompare; variable
1993 class BeforeThanCompare<SourceLocation> {
1997 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {} in BeforeThanCompare() function
2006 class BeforeThanCompare<SourceRange> {
2010 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {} in BeforeThanCompare() function
HDSourceLocation.h446 struct BeforeThanCompare {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransEmptyStatementsAndDealloc.cpp46 MacroLocs, SemiLoc, BeforeThanCompare<SourceLocation>(SM)); in isEmptyARCMTMacroStatement()
HDTransformActions.cpp106 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp5503 BeforeThanCompare<SourceLocation>(S.getSourceManager())); in GetFullTypeForDeclarator()