Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A 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 …]
H A DASTContext.h73 class GlobalDecl; global() variable
/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h39 class GlobalDecl; variable
H A DCodeGenABITypes.h45 class GlobalDecl; variable
H A DConstantInitBuilder.h28 class GlobalDecl; variable
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h43 class GlobalDecl; variable
H A DTargetInfo.h82 emitTargetMetadata(CodeGen::CodeGenModule & CGM,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames) emitTargetMetadata() argument
H A DCGDebugInfo.h42 class GlobalDecl; variable
[all...]
H A DCodeGenModule.cpp583 checkAliasedGlobal(const ASTContext & Context,DiagnosticsEngine & Diags,SourceLocation Location,bool IsIFunc,const llvm::GlobalValue * Alias,const llvm::GlobalValue * & GV,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames,SourceRange AliasRange) checkAliasedGlobal() argument
[all...]
/llvm-project/clang/test/Sema/
H A Ddllimport.c36 __declspec(dllimport) int GlobalDecl; variable
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp298 const auto *GlobalDecl = selectFirst<VarDecl>("global", Results); TEST_F() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp313 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument
H A DPPC.cpp1005 emitTargetMetadata(CodeGen::CodeGenModule & CGM,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames) const emitTargetMetadata() argument
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp49 __declspec(dllimport) int GlobalDecl; variable