Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp201 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1257 getDeclContextDescriptor(AliasDecl)); in CreateType()
1276 getDeclContextDescriptor(Ty->getDecl()), Align); in CreateType()
2448 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2528 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2568 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
3070 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3117 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3418 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3744 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
[all …]
H A DCGDebugInfo.h573 llvm::DIScope *getDeclContextDescriptor(const Decl *D);