Searched defs:GlobalDecl (Results 1 – 7 of 7) sorted by relevance
69 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function78 GlobalDecl(const FunctionDecl *D, KernelReferenceKind Kind) in GlobalDecl() function82 GlobalDecl(const NamedDecl *D) { Init(D); } in GlobalDecl() function83 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl() function84 GlobalDecl(const CapturedDecl *D) { Init(D); } in GlobalDecl() function85 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function86 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } in GlobalDecl() function87 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); } in GlobalDecl() function88 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} in GlobalDecl() function89 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} in GlobalDecl() function[all …]
105 class GlobalDecl; variable
30 class GlobalDecl; variable
48 class GlobalDecl; variable
65 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const {} in emitTargetMetadata()
40 class GlobalDecl; variable
10064 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument