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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp138 /// getContextDescriptor - Get context info for the decl.
139 llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) { function in class:CGDebugInfo
746 llvm::DIDescriptor Ctxt = getContextDescriptor(cast<Decl>(AliasDecl->getDeclContext()));
763 getContextDescriptor(cast<Decl>(Ty->getDecl()->getDeclContext()));
1535 Ty, getContextDescriptor(cast<Decl>(RD->getDeclContext())));
1927 EDContext = getContextDescriptor(cast<Decl>(ED->getDeclContext()));
1967 getContextDescriptor(cast<Decl>(ED->getDeclContext()));
2234 getContextDescriptor(cast<Decl>(RD->getDeclContext()));
2352 llvm::DIScope S = getContextDescriptor(cast<Decl>(D->getDeclContext()));
2502 FDContext = getContextDescriptor(cas
[all...]
H A DCGDebugInfo.h315 /// getContextDescriptor - Get context info for the decl.
316 llvm::DIScope getContextDescriptor(const Decl *Decl);

Completed in 472 milliseconds