Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h638 llvm::DIScope *getContextDescriptor(const Decl *Context,
H A DCGDebugInfo.cpp207 return getContextDescriptor(cast<Decl>(D->getDeclContext()), in getDeclContextDescriptor()
211 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor() function in CGDebugInfo
3869 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
3933 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU); in collectVarDeclProps()
5699 return getContextDescriptor(D, Mod ? Mod : TheCU); in getCurrentContextDescriptor()