HomeSort by relevance Sort by last modified time
    Searched refs:getContextDescriptor (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 245 /// getContextDescriptor - Get context info for the decl.
246 llvm::DIDescriptor getContextDescriptor(const Decl *Decl);
CGDebugInfo.cpp 90 /// getContextDescriptor - Get context info for the decl.
91 llvm::DIDescriptor CGDebugInfo::getContextDescriptor(const Decl *Context) {
567 getContextDescriptor(cast<Decl>(RD->getDeclContext()));
669 getContextDescriptor(cast<Decl>(Ty->getDecl()->getDeclContext()));
    [all...]

Completed in 911 milliseconds