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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h399 llvm::DIScope *getContextDescriptor(const Decl *Context,
H A DCGDebugInfo.cpp156 return getContextDescriptor(cast<Decl>(D->getDeclContext()),
160 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, function in class:CGDebugInfo
2632 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU);
2683 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU);
3627 return getContextDescriptor(D, Mod ? Mod : TheCU);

Completed in 714 milliseconds