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

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 91 /// getContextDescriptor - Get context info for the decl.
92 llvm::DIDescriptor CGDebugInfo::getContextDescriptor(const Decl *Context) {
633 getContextDescriptor(cast<Decl>(RD->getDeclContext()));
748 getContextDescriptor(cast<Decl>(Ty->getDecl()->getDeclContext()));
    [all...]
CGDebugInfo.h 282 /// getContextDescriptor - Get context info for the decl.
283 llvm::DIDescriptor getContextDescriptor(const Decl *Decl);

Completed in 29 milliseconds