Lines Matching refs:getDeclContextDescriptor
202 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1285 getDeclContextDescriptor(AliasDecl)); in CreateType()
1305 getDeclContextDescriptor(Ty->getDecl()), Align, in CreateType()
2556 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2636 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2676 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
3200 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3243 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3552 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3898 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
4171 IsDeclForCallSite ? Unit : getDeclContextDescriptor(D); in EmitFunctionDecl()
4872 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4997 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
5365 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
5375 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
5416 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
5455 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitGlobalAlias()
5595 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()