/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 40 GlobalDecl() {} in GlobalDecl() function 42 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function 43 GlobalDecl(const FunctionDecl *D) { Init(D); } in GlobalDecl() function 44 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl() function 45 GlobalDecl(const CapturedDecl *D) { Init(D); } in GlobalDecl() function 46 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function 47 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } in GlobalDecl() function 49 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() function 51 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | GlobalDecl.h | 69 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 …]
|
D | ASTContext.h | 102 class GlobalDecl; variable
|
/external/clang/include/clang/CodeGen/ |
D | ModuleBuilder.h | 30 class GlobalDecl; variable
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | ModuleBuilder.h | 30 class GlobalDecl; variable
|
/external/clang/test/Sema/ |
D | dllimport.c | 24 __declspec(dllimport) int GlobalDecl; variable
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 48 class GlobalDecl; variable
|
D | TargetInfo.h | 64 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const {} in emitTargetMetadata()
|
D | CGDebugInfo.h | 40 class GlobalDecl; variable
|
D | TargetInfo.cpp | 9921 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument
|
/external/llvm-project/clang/test/Sema/ |
D | dllimport.c | 35 __declspec(dllimport) int GlobalDecl; variable
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 37 class GlobalDecl; variable
|
D | CGOpenMPRuntime.h | 39 class GlobalDecl; variable
|
/external/clang/test/SemaCXX/ |
D | dllimport.cpp | 37 __declspec(dllimport) int GlobalDecl; variable
|
/external/llvm-project/clang/test/SemaCXX/ |
D | dllimport.cpp | 48 __declspec(dllimport) int GlobalDecl; variable
|