Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h399 llvm::DIScope *getContextDescriptor(const Decl *Context,
DCGDebugInfo.cpp156 return getContextDescriptor(cast<Decl>(D->getDeclContext()), in getDeclContextDescriptor()
160 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor() function in CGDebugInfo
2632 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
2683 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU); in collectVarDeclProps()
3627 return getContextDescriptor(D, Mod ? Mod : TheCU); in getCurrentContextDescriptor()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h561 llvm::DIScope *getContextDescriptor(const Decl *Context,
DCGDebugInfo.cpp202 return getContextDescriptor(cast<Decl>(D->getDeclContext()), in getDeclContextDescriptor()
206 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor() function in CGDebugInfo
3483 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
3545 VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU); in collectVarDeclProps()
4816 return getContextDescriptor(D, Mod ? Mod : TheCU); in getCurrentContextDescriptor()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...