Lines Matching refs:getDeclContextDescriptor
201 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1257 getDeclContextDescriptor(AliasDecl)); in CreateType()
1276 getDeclContextDescriptor(Ty->getDecl()), Align); in CreateType()
2448 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2528 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2568 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
3070 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3117 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3418 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3744 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
4004 IsDeclForCallSite ? Unit : getDeclContextDescriptor(D); in EmitFunctionDecl()
4611 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4736 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
4884 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
4894 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
4935 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
5039 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()