Lines Matching refs:getDeclContextDescriptor
201 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1235 getDeclContextDescriptor(AliasDecl)); in CreateType()
1254 getDeclContextDescriptor(Ty->getDecl()), Align); in CreateType()
2429 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2509 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2549 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
3056 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3099 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3400 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3727 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
3982 IsDeclForCallSite ? Unit : getDeclContextDescriptor(D); in EmitFunctionDecl()
4589 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4714 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
4866 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
4876 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
4917 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
5040 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()