Searched defs:BeforeThanCompare (Results 1 – 3 of 3) sorted by relevance
323 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct325 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const { in operator()
1649 class BeforeThanCompare; variable1657 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function1670 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function