Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h390 llvm::DIScope *getContextDescriptor(const Decl *Context,
DCGDebugInfo.cpp155 return getContextDescriptor(cast<Decl>(D->getDeclContext()), in getDeclContextDescriptor()
159 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor() function in CGDebugInfo
2438 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
2489 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU); in collectVarDeclProps()
3414 return getContextDescriptor(D, Mod ? Mod : TheCU); in getCurrentContextDescriptor()