Searched defs:GlobalDecl (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/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; variable
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 43 class GlobalDecl; variable
|
H A D | TargetInfo.h | 83 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const {} in emitTargetMetadata()
|
H A D | CGDebugInfo.h | 42 class GlobalDecl; variable
|
H A D | CodeGenModule.cpp | 583 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames, in checkAliasedGlobal()
|
/freebsd/contrib/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 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 386 bool GlobalDecl = false; variable
|