|
clang-tools 22.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 &OS, DeclRelationSet RS) |
Definition at line 175 of file FindTarget.h.
|
default |
|
inline |
Definition at line 182 of file FindTarget.h.
|
inline |
Definition at line 203 of file FindTarget.h.
|
inlineexplicit |
Definition at line 184 of file FindTarget.h.
|
inline |
Definition at line 199 of file FindTarget.h.
|
inline |
Definition at line 195 of file FindTarget.h.
|
friend |
Definition at line 185 of file FindTarget.h.
|
friend |
Definition at line 1141 of file FindTarget.cpp.
|
friend |
Definition at line 191 of file FindTarget.h.
|
friend |
Definition at line 188 of file FindTarget.h.
|
friend |
Definition at line 194 of file FindTarget.h.