Lines Matching refs:getDeclContextDescriptor
199 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1098 getDeclContextDescriptor(AliasDecl)); in CreateType()
1111 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2109 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2189 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2229 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
2654 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
2701 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
2988 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3303 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
3521 llvm::DIScope *FDContext = getDeclContextDescriptor(D); in EmitFunctionDecl()
4008 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4132 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull()
4241 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
4251 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
4375 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()