Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FDContext

2412                                            llvm::DIScope *&FDContext,
2434 FDContext = getOrCreateNameSpace(NSDecl);
2438 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU);
2681 llvm::DIScope *FDContext = Unit;
2697 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext,
2721 // FunctionDecls. When/if we fix this we can have FDContext be TheCU/null for
2725 FDContext, Name, LinkageName, Unit, LineNo,
2754 llvm::DIScope *FDContext = getDeclContextDescriptor(D);
2758 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext,
2778 DBuilder.createFunction(FDContext, Name, LinkageName, Unit, LineNo,