Searched defs:BeforeThanCompare (Results 1 – 3 of 3) sorted by relevance
324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct326 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const { in operator()
1653 class BeforeThanCompare; variable1661 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function1674 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function