clang-tools 22.0.0git
clang::clangd::DeclRelationSet Class Reference

#include <FindTarget.h>

Public Member Functions

 DeclRelationSet ()=default
 DeclRelationSet (DeclRelation R)
 operator bool () const
DeclRelationSetoperator|= (DeclRelationSet Other)
DeclRelationSetoperator&= (DeclRelationSet Other)
bool contains (DeclRelationSet Other) const

Friends

DeclRelationSet operator& (DeclRelationSet L, DeclRelationSet R)
DeclRelationSet operator| (DeclRelationSet L, DeclRelationSet R)
bool operator== (DeclRelationSet L, DeclRelationSet R)
DeclRelationSet operator~ (DeclRelationSet R)
llvm::raw_ostream & operator<< (llvm::raw_ostream &OS, DeclRelationSet RS)

Detailed Description

Definition at line 175 of file FindTarget.h.

Constructor & Destructor Documentation

◆ DeclRelationSet() [1/2]

clang::clangd::DeclRelationSet::DeclRelationSet ( )
default

◆ DeclRelationSet() [2/2]

clang::clangd::DeclRelationSet::DeclRelationSet ( DeclRelation R)
inline

Definition at line 182 of file FindTarget.h.

Member Function Documentation

◆ contains()

bool clang::clangd::DeclRelationSet::contains ( DeclRelationSet Other) const
inline

Definition at line 203 of file FindTarget.h.

◆ operator bool()

clang::clangd::DeclRelationSet::operator bool ( ) const
inlineexplicit

Definition at line 184 of file FindTarget.h.

◆ operator&=()

DeclRelationSet & clang::clangd::DeclRelationSet::operator&= ( DeclRelationSet Other)
inline

Definition at line 199 of file FindTarget.h.

◆ operator|=()

DeclRelationSet & clang::clangd::DeclRelationSet::operator|= ( DeclRelationSet Other)
inline

Definition at line 195 of file FindTarget.h.

◆ operator&

DeclRelationSet operator& ( DeclRelationSet L,
DeclRelationSet R )
friend

Definition at line 185 of file FindTarget.h.

◆ operator<<

llvm::raw_ostream & operator<< ( llvm::raw_ostream & OS,
DeclRelationSet RS )
friend

Definition at line 1146 of file FindTarget.cpp.

◆ operator==

bool operator== ( DeclRelationSet L,
DeclRelationSet R )
friend

Definition at line 191 of file FindTarget.h.

◆ operator|

DeclRelationSet operator| ( DeclRelationSet L,
DeclRelationSet R )
friend

Definition at line 188 of file FindTarget.h.

◆ operator~

DeclRelationSet operator~ ( DeclRelationSet R)
friend

Definition at line 194 of file FindTarget.h.


The documentation for this class was generated from the following file: