Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp206 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1310 getDeclContextDescriptor(AliasDecl)); in CreateType()
1363 getDeclContextDescriptor(Ty->getDecl()), Align, in CreateType()
2566 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2646 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2686 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
3217 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3260 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3569 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3915 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
[all …]
H A DCGDebugInfo.h615 llvm::DIScope *getDeclContextDescriptor(const Decl *D);