clang-tools
10.0.0git
|
#include <FindTarget.h>
Public Member Functions | |
DeclRelationSet ()=default | |
DeclRelationSet (DeclRelation R) | |
operator bool () const | |
DeclRelationSet & | operator|= (DeclRelationSet Other) |
DeclRelationSet & | operator &= (DeclRelationSet Other) |
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 163 of file FindTarget.h.
|
default |
|
inline |
Definition at line 170 of file FindTarget.h.
|
inline |
Definition at line 187 of file FindTarget.h.
References clang::clangd::operator<<().
|
inlineexplicit |
Definition at line 172 of file FindTarget.h.
|
inline |
Definition at line 183 of file FindTarget.h.
|
friend |
Definition at line 173 of file FindTarget.h.
|
friend |
Definition at line 878 of file FindTarget.cpp.
|
friend |
Definition at line 179 of file FindTarget.h.
|
friend |
Definition at line 176 of file FindTarget.h.
|
friend |
Definition at line 182 of file FindTarget.h.