Home
last modified time | relevance | path

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

/freebsd/contrib/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; variable
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h43 class GlobalDecl; variable
H A DTargetInfo.h83 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const {} in emitTargetMetadata()
H A DCGDebugInfo.h42 class GlobalDecl; variable
H A DCodeGenModule.cpp583 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames, in checkAliasedGlobal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp313 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument
H A DPPC.cpp1005 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h386 bool GlobalDecl = false; variable