/llvm-project/clang/include/clang/AST/ |
H A D | GlobalDecl.h | 70 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 D | ASTContext.h | 73 class GlobalDecl; global() variable
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | ModuleBuilder.h | 39 class GlobalDecl; variable
|
H A D | CodeGenABITypes.h | 45 class GlobalDecl; variable
|
H A D | ConstantInitBuilder.h | 28 class GlobalDecl; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 43 class GlobalDecl; variable
|
H A D | TargetInfo.h | 82 emitTargetMetadata(CodeGen::CodeGenModule & CGM,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames) emitTargetMetadata() argument
|
H A D | CGDebugInfo.h | 42 class GlobalDecl; variable [all...] |
H A D | CodeGenModule.cpp | 583 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 D | dllimport.c | 36 __declspec(dllimport) int GlobalDecl; variable
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | DataflowEnvironmentTest.cpp | 298 const auto *GlobalDecl = selectFirst<VarDecl>("global", Results); TEST_F() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h |
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 313 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument
|
H A D | PPC.cpp | 1005 emitTargetMetadata(CodeGen::CodeGenModule & CGM,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames) const emitTargetMetadata() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | dllimport.cpp | 49 __declspec(dllimport) int GlobalDecl; variable
|