clang 19.0.0git
Public Member Functions | List of all members
clang::tooling::internal::RangeLessThan Struct Reference

#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
 

Detailed Description

Definition at line 61 of file NodeIntrospection.h.

Member Function Documentation

◆ operator()() [1/2]

bool clang::tooling::internal::RangeLessThan::operator() ( std::pair< SourceLocation, SharedLocationCall > const &  LHS,
std::pair< SourceLocation, SharedLocationCall > const &  RHS 
) const

◆ operator()() [2/2]

bool clang::tooling::internal::RangeLessThan::operator() ( std::pair< SourceRange, SharedLocationCall > const &  LHS,
std::pair< SourceRange, SharedLocationCall > const &  RHS 
) const

The documentation for this struct was generated from the following files: