Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h69 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function
78 GlobalDecl(const FunctionDecl *D, KernelReferenceKind Kind) in GlobalDecl() function
82 GlobalDecl(const NamedDecl *D) { Init(D); } in GlobalDecl() function
83 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl() function
84 GlobalDecl(const CapturedDecl *D) { Init(D); } in GlobalDecl() function
85 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function
86 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } in GlobalDecl() function
87 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); } in GlobalDecl() function
88 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} in GlobalDecl() function
89 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} in GlobalDecl() function
[all …]
H A DASTContext.h105 class GlobalDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DModuleBuilder.h30 class GlobalDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h48 class GlobalDecl; variable
H A DTargetInfo.h65 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const {} in emitTargetMetadata()
H A DCGDebugInfo.h40 class GlobalDecl; variable
H A DTargetInfo.cpp10064 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument