Lines Matching refs:DContext
2394 llvm::MDScope *DContext = Unit; in getFunctionForwardDeclaration() local
2397 collectFunctionDeclProps(FD, Unit, Name, LinkageName, DContext, in getFunctionForwardDeclaration()
2407 DContext, Name, LinkageName, Unit, Line, in getFunctionForwardDeclaration()
2424 llvm::MDScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local
2427 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, DContext); in getGlobalVariableForwardDeclaration()
2429 DBuilder.createTempGlobalVariableFwdDecl(DContext, Name, LinkageName, Unit, in getGlobalVariableForwardDeclaration()
3191 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::MDScope *DContext) { in CollectAnonRecordDecls() argument
3203 Var, DContext); in CollectAnonRecordDecls()
3208 DContext, FieldName, LinkageName, Unit, LineNo, FieldTy, in CollectAnonRecordDecls()
3220 llvm::MDScope *DContext = nullptr; in EmitGlobalVariable() local
3224 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, DContext); in EmitGlobalVariable()
3237 GV = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext); in EmitGlobalVariable()
3240 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit), in EmitGlobalVariable()
3277 llvm::MDScope *DContext = in EmitGlobalVariable() local
3284 DContext, Name, StringRef(), Unit, getLineNumber(VD->getLocation()), Ty, in EmitGlobalVariable()