Lines Matching refs:getDeclContextDescriptor
154 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
855 getDeclContextDescriptor(AliasDecl)); in CreateType()
868 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
1698 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
1806 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
2206 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
2250 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
2511 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
2769 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
2952 llvm::DIScope *FDContext = getDeclContextDescriptor(D); in EmitFunctionDecl()
3365 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
3514 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
3603 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
3613 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
3703 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNameSpace()