Lines Matching refs:getDeclContextDescriptor

215 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) {  in getDeclContextDescriptor()  function in CGDebugInfo
1434 getDeclContextDescriptor(AliasDecl), CollectTemplateParams(Args, Unit)); in CreateType()
1451 getDeclContextDescriptor(AliasDecl)); in CreateType()
1504 getDeclContextDescriptor(Ty->getDecl()), Align, in CreateType()
2817 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2917 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2957 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
3488 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3531 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3868 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
4214 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
4492 IsDeclForCallSite ? Unit : getDeclContextDescriptor(D); in EmitFunctionDecl()
5230 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
5355 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
5730 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
5740 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
5772 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
5853 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitGlobalAlias()
5993 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()