Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h618 llvm::DIScope *getContextDescriptor(const Decl *Context,
H A DCGDebugInfo.cpp204 return getContextDescriptor(cast<Decl>(D->getDeclContext()), in getDeclContextDescriptor()
208 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor() function in CGDebugInfo
3706 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
3770 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU); in collectVarDeclProps()
5484 return getContextDescriptor(D, Mod ? Mod : TheCU); in getCurrentContextDescriptor()