Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h165 class BeforeThanCompare<RawComment> {
169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
/external/clang/include/clang/Basic/
DSourceManager.h1688 class BeforeThanCompare; variable
1692 class BeforeThanCompare<SourceLocation> {
1696 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1705 class BeforeThanCompare<SourceRange> {
1709 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
DSourceLocation.h324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1860 class BeforeThanCompare; variable
1864 class BeforeThanCompare<SourceLocation> {
1868 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {} in BeforeThanCompare() function
1877 class BeforeThanCompare<SourceRange> {
1881 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) {} in BeforeThanCompare() function
DSourceLocation.h439 struct BeforeThanCompare {
/external/llvm-project/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp46 MacroLocs, SemiLoc, BeforeThanCompare<SourceLocation>(SM)); in isEmptyARCMTMacroStatement()
DTransformActions.cpp106 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp48 BeforeThanCompare<SourceLocation>(SM)); in isEmptyARCMTMacroStatement()
DTransformActions.cpp107 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
/external/clang/lib/AST/
DRawCommentList.cpp334 BeforeThanCompare<RawComment>(SourceMgr)); in addDeserializedComments()
DASTContext.cpp71 BeforeThanCompare<RawComment>(SourceMgr))); in getRawCommentForDeclNoCache()
182 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()
/external/clang/lib/Sema/
DSemaType.cpp4454 BeforeThanCompare<SourceLocation>(S.getSourceManager())); in GetFullTypeForDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5528 BeforeThanCompare<SourceLocation>(S.getSourceManager())); in GetFullTypeForDeclarator()