clang
7.0.0
|
This is the complete list of members for clang::GlobalDecl, including all inherited members.
getAsOpaquePtr() const | clang::GlobalDecl | inline |
getCanonicalDecl() const | clang::GlobalDecl | inline |
getCtorType() const | clang::GlobalDecl | inline |
getDecl() const | clang::GlobalDecl | inline |
getDtorType() const | clang::GlobalDecl | inline |
getFromOpaquePtr(void *P) | clang::GlobalDecl | inlinestatic |
getWithDecl(const Decl *D) | clang::GlobalDecl | inline |
GlobalDecl()=default | clang::GlobalDecl | |
GlobalDecl(const VarDecl *D) | clang::GlobalDecl | inline |
GlobalDecl(const FunctionDecl *D) | clang::GlobalDecl | inline |
GlobalDecl(const BlockDecl *D) | clang::GlobalDecl | inline |
GlobalDecl(const CapturedDecl *D) | clang::GlobalDecl | inline |
GlobalDecl(const ObjCMethodDecl *D) | clang::GlobalDecl | inline |
GlobalDecl(const OMPDeclareReductionDecl *D) | clang::GlobalDecl | inline |
GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) | clang::GlobalDecl | inline |
GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) | clang::GlobalDecl | inline |
operator==(const GlobalDecl &LHS, const GlobalDecl &RHS) | clang::GlobalDecl | friend |