HomeSort by: relevance | last modified time | path
    Searched refs:getDeclContextDescriptor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 201 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) {
1257 getDeclContextDescriptor(AliasDecl));
1276 getDeclContextDescriptor(Ty->getDecl()), Align);
2448 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD));
2528 getDeclContextDescriptor(Ty->getDecl()));
2568 getDeclContextDescriptor(ID), Unit, 0);
3070 llvm::DIScope *EDContext = getDeclContextDescriptor(ED);
3117 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED);
3418 llvm::DIScope *RDContext = getDeclContextDescriptor(RD);
3744 auto *S = getDeclContextDescriptor(D)
    [all...]
CGDebugInfo.h 573 llvm::DIScope *getDeclContextDescriptor(const Decl *D);

Completed in 25 milliseconds