clang-tools 20.0.0git
|
#include <FindTarget.h>
Public Member Functions | |
DeclRelationSet ()=default | |
DeclRelationSet (DeclRelation R) | |
operator bool () const | |
DeclRelationSet & | operator|= (DeclRelationSet Other) |
DeclRelationSet & | operator&= (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 &, DeclRelationSet) |
Definition at line 173 of file FindTarget.h.
|
default |
|
inline |
Definition at line 180 of file FindTarget.h.
|
inline |
Definition at line 201 of file FindTarget.h.
|
inlineexplicit |
Definition at line 182 of file FindTarget.h.
|
inline |
Definition at line 197 of file FindTarget.h.
|
inline |
Definition at line 193 of file FindTarget.h.
|
friend |
Definition at line 183 of file FindTarget.h.
|
friend |
Definition at line 1194 of file FindTarget.cpp.
|
friend |
Definition at line 189 of file FindTarget.h.
|
friend |
Definition at line 186 of file FindTarget.h.
|
friend |
Definition at line 192 of file FindTarget.h.