Searched refs:FDContext (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3675 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument 3702 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps() 3706 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps() 4063 llvm::DIScope *FDContext = Unit; in emitFunctionStart() local 4079 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in emitFunctionStart() 4137 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart() 4170 llvm::DIScope *FDContext = in EmitFunctionDecl() local 4175 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl() 4200 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionDecl()
|
| H A D | CGDebugInfo.h | 772 llvm::DIScope *&FDContext,
|