Lines Matching refs:DContext

3781   llvm::DIScope *DContext = Unit;  in getFunctionFwdDeclOrStub()  local
3783 collectFunctionDeclProps(GD, Unit, Name, LinkageName, DContext, TParamsArray, in getFunctionFwdDeclOrStub()
3804 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
3810 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
3834 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local
3839 DContext); in getGlobalVariableForwardDeclaration()
3842 DContext, Name, LinkageName, Unit, Line, getOrCreateType(T, Unit), in getGlobalVariableForwardDeclaration()
5003 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls() argument
5014 Var, DContext); in CollectAnonRecordDecls()
5019 DContext, FieldName, LinkageName, Unit, LineNo, FieldTy, in CollectAnonRecordDecls()
5272 llvm::DIScope *DContext = nullptr; in EmitGlobalVariable() local
5278 TemplateParameters, DContext); in EmitGlobalVariable()
5291 GVE = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext); in EmitGlobalVariable()
5310 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit), in EmitGlobalVariable()
5375 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable() local
5400 DContext, Name, StringRef(), Unit, getLineNumber(VD->getLocation()), Ty, in EmitGlobalVariable()
5416 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable() local
5419 DContext, Name, StringRef(), Unit, getLineNumber(D->getLocation()), in EmitExternalVariable()
5455 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitGlobalAlias() local
5459 DContext, DI, getOrCreateFile(Loc), getLineNumber(Loc), D->getName()); in EmitGlobalAlias()