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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h40 class GlobalDecl { class in namespace:clang
53 GlobalDecl(const VarDecl *D) { Init(D);} function in class:clang::GlobalDecl
54 GlobalDecl(const FunctionDecl *D, unsigned MVIndex = 0) function in class:clang::GlobalDecl
58 GlobalDecl(const BlockDecl *D) { Init(D); } function in class:clang::GlobalDecl
59 GlobalDecl(const CapturedDecl *D) { Init(D); } function in class:clang::GlobalDecl
60 GlobalDecl(cons function in class:clang::GlobalDecl
61 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } function in class:clang::GlobalDecl
62 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); } function in class:clang::GlobalDecl
63 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} function in class:clang::GlobalDecl
64 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} function in class:clang::GlobalDecl
65 GlobalDecl(const VarDecl *D, DynamicInitKind StubKind) function in class:clang::GlobalDecl
[all...]

Completed in 79 milliseconds