clang 17.0.0git
|
#include "clang/Tooling/NodeIntrospection.h"
Public Member Functions | |
bool | operator() (std::pair< SourceRange, SharedLocationCall > const &LHS, std::pair< SourceRange, SharedLocationCall > const &RHS) const |
bool | operator() (std::pair< SourceLocation, SharedLocationCall > const &LHS, std::pair< SourceLocation, SharedLocationCall > const &RHS) const |
Definition at line 61 of file NodeIntrospection.h.
bool clang::tooling::internal::RangeLessThan::operator() | ( | std::pair< SourceLocation, SharedLocationCall > const & | LHS, |
std::pair< SourceLocation, SharedLocationCall > const & | RHS | ||
) | const |
Definition at line 76 of file NodeIntrospection.cpp.
References clang::tooling::internal::locationCallLessThan().
bool clang::tooling::internal::RangeLessThan::operator() | ( | std::pair< SourceRange, SharedLocationCall > const & | LHS, |
std::pair< SourceRange, SharedLocationCall > const & | RHS | ||
) | const |
Definition at line 61 of file NodeIntrospection.cpp.
References clang::tooling::internal::locationCallLessThan().