Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceLocation.h324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct
326 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const { in operator()
DSourceManager.h1688 class BeforeThanCompare; variable
1696 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1709 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
/external/clang/include/clang/AST/
DRawCommentList.h169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function