Searched defs:GlobalDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h56 class GlobalDecl { class in namespace:clang
70 GlobalDecl(const VarDecl *D) { Init(D);} function in class:clang::GlobalDecl
71 GlobalDecl(const FunctionDecl *D, unsigned MVIndex = 0) function in class:clang::GlobalDecl
79 GlobalDecl(cons function in class:clang::GlobalDecl
83 GlobalDecl(const NamedDecl *D) { Init(D); } function in class:clang::GlobalDecl
84 GlobalDecl(const BlockDecl *D) { Init(D); } function in class:clang::GlobalDecl
85 GlobalDecl(const CapturedDecl *D) { Init(D); } function in class:clang::GlobalDecl
86 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } function in class:clang::GlobalDecl
87 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } function in class:clang::GlobalDecl
88 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); } function in class:clang::GlobalDecl
89 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} function in class:clang::GlobalDecl
90 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} function in class:clang::GlobalDecl
91 GlobalDecl(const VarDecl *D, DynamicInitKind StubKind) function in class:clang::GlobalDecl
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h323 bool GlobalDecl = false; member in class:clang::interp::ByteCodeExprGen

Completed in 183 milliseconds