Lines Matching refs:getDeclContextDescriptor
205 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1350 getDeclContextDescriptor(AliasDecl)); in CreateType()
1403 getDeclContextDescriptor(Ty->getDecl()), Align, in CreateType()
2691 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2791 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2831 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
3362 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3405 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3715 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
4061 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
4339 IsDeclForCallSite ? Unit : getDeclContextDescriptor(D); in EmitFunctionDecl()
5095 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
5220 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
5589 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
5599 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
5631 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
5670 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitGlobalAlias()
5810 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()