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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h391 llvm::DIScope *getContextDescriptor(const Decl *Context,
H A DCGDebugInfo.cpp155 return getContextDescriptor(cast<Decl>(D->getDeclContext()),
159 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, function in class:CGDebugInfo
2446 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU);
2497 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU);
3422 return getContextDescriptor(D, Mod ? Mod : TheCU);

Completed in 94 milliseconds