Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DGlobalDecl.h70 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function
79 GlobalDecl(const FunctionDecl *D, KernelReferenceKind Kind) in GlobalDecl() function
83 GlobalDecl(const NamedDecl *D) { Init(D); } in GlobalDecl() function
84 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl() function
85 GlobalDecl(const CapturedDecl *D) { Init(D); } in GlobalDecl() function
86 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function
87 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } in GlobalDecl() function
88 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); } in GlobalDecl() function
89 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} in GlobalDecl() function
90 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} in GlobalDecl() function
[all …]
DASTContext.h78 class GlobalDecl; variable
/openbsd/src/gnu/llvm/clang/include/clang/CodeGen/
DModuleBuilder.h35 class GlobalDecl; variable
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenTypes.h43 class GlobalDecl; variable
DTargetInfo.h77 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const {} in emitTargetMetadata()
DCGDebugInfo.h40 class GlobalDecl; variable
DTargetInfo.cpp10509 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument