Searched refs:FDContext (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2607 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument 2628 FDContext = getOrCreateNameSpace(NSDecl); in collectFunctionDeclProps() 2632 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps() 2879 llvm::DIScope *FDContext = Unit; in EmitFunctionStart() local 2895 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionStart() 2923 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionStart() 2952 llvm::DIScope *FDContext = getDeclContextDescriptor(D); in EmitFunctionDecl() local 2956 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl() 2977 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionDecl()
|
D | CGDebugInfo.h | 515 llvm::DIScope *&FDContext,
|