Searched refs:BeforeThanCompare (Results 1 – 8 of 8) sorted by relevance
165 class BeforeThanCompare<RawComment> {169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1680 class BeforeThanCompare; variable1684 class BeforeThanCompare<SourceLocation> {1688 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function1697 class BeforeThanCompare<SourceRange> {1701 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct
48 BeforeThanCompare<SourceLocation>(SM)); in isEmptyARCMTMacroStatement()
107 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
334 BeforeThanCompare<RawComment>(SourceMgr)); in addDeserializedComments()
70 BeforeThanCompare<RawComment>(SourceMgr))); in getRawCommentForDeclNoCache()181 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()
4173 BeforeThanCompare<SourceLocation>(S.getSourceManager())); in GetFullTypeForDeclarator()