Searched defs:BeforeThanCompare (Results 1 – 3 of 3) sorted by relevance
328 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct330 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const { in operator()
1567 class BeforeThanCompare; variable1575 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function1588 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
163 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function