Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h323 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct
325 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const { in operator()
H A DSourceManager.h1657 class BeforeThanCompare; variable
1665 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1678 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function