Home
last modified time | relevance | path

Searched refs:BeforeThanCompare (Results 1 – 8 of 8) 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.h1680 class BeforeThanCompare; variable
1684 class BeforeThanCompare<SourceLocation> {
1688 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1697 class BeforeThanCompare<SourceRange> {
1701 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
DSourceLocation.h324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct
/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.cpp70 BeforeThanCompare<RawComment>(SourceMgr))); in getRawCommentForDeclNoCache()
181 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()
/external/clang/lib/Sema/
DSemaType.cpp4173 BeforeThanCompare<SourceLocation>(S.getSourceManager())); in GetFullTypeForDeclarator()