HomeSort by: relevance | last modified time | path
    Searched refs:BeforeThanCompare (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 46 MacroLocs, SemiLoc, BeforeThanCompare<SourceLocation>(SM));
TransformActions.cpp 106 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1871 class BeforeThanCompare;
1875 class BeforeThanCompare<SourceLocation> {
1879 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {}
1888 class BeforeThanCompare<SourceRange> {
1892 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {}
SourceLocation.h 439 struct BeforeThanCompare {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 5569 BeforeThanCompare<SourceLocation>(S.getSourceManager()));

Completed in 32 milliseconds