Searched refs:BeforeThanCompare (Results 1 – 7 of 7) sorted by relevance
165 class BeforeThanCompare<RawComment> {169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1654 class BeforeThanCompare; variable1658 class BeforeThanCompare<SourceLocation> {1662 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function1671 class BeforeThanCompare<SourceRange> {1675 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>
3152 BeforeThanCompare<SourceLocation>(S.getSourceManager())); in GetFullTypeForDeclarator()
161 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()