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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp153 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { function in class:CGDebugInfo
829 getDeclContextDescriptor(AliasDecl));
842 getDeclContextDescriptor(Ty->getDecl()));
1578 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD));
1683 getDeclContextDescriptor(ID), Unit, 0);
2051 llvm::DIScope *EDContext = getDeclContextDescriptor(ED);
2091 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED);
2348 llvm::DIScope *RDContext = getDeclContextDescriptor(RD);
2583 auto *S = getDeclContextDescriptor(D);
2762 llvm::DIScope *FDContext = getDeclContextDescriptor(
[all...]
H A DCGDebugInfo.h389 llvm::DIScope *getDeclContextDescriptor(const Decl *D);

Completed in 91 milliseconds