Home
last modified time | relevance | path

Searched defs:BeforeThanCompare (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DSourceLocation.h328 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct
330 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const { in operator()
DSourceManager.h1567 class BeforeThanCompare; variable
1575 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1588 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
/external/clang/include/clang/AST/
DRawCommentList.h163 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function