Lines Matching refs:getDeclContextDescriptor
200 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1199 getDeclContextDescriptor(AliasDecl)); in CreateType()
1218 getDeclContextDescriptor(Ty->getDecl()), Align); in CreateType()
2382 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2462 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2502 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
2994 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3041 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3342 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3662 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
3921 IsDeclForCallSite ? Unit : getDeclContextDescriptor(D); in EmitFunctionDecl()
4481 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4605 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
4753 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
4763 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
4804 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
4906 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()