Home
last modified time | relevance | path

Searched refs:FDContext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3533 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument
3559 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
3563 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
3895 llvm::DIScope *FDContext = Unit; in emitFunctionStart() local
3911 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in emitFunctionStart()
3966 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4003 llvm::DIScope *FDContext = in EmitFunctionDecl() local
4008 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl()
4032 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionDecl()
H A DCGDebugInfo.h729 llvm::DIScope *&FDContext,