Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp154 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
855 getDeclContextDescriptor(AliasDecl)); in CreateType()
868 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
1698 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
1806 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
2206 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
2250 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
2511 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
2769 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
2952 llvm::DIScope *FDContext = getDeclContextDescriptor(D); in EmitFunctionDecl()
[all …]
DCGDebugInfo.h397 llvm::DIScope *getDeclContextDescriptor(const Decl *D);
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp200 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor() function in CGDebugInfo
1199 getDeclContextDescriptor(AliasDecl)); in CreateType()
1218 getDeclContextDescriptor(Ty->getDecl()), Align); in CreateType()
2382 T = getOrCreateRecordFwdDecl(Ty, getDeclContextDescriptor(RD)); in CreateType()
2462 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2502 getDeclContextDescriptor(ID), Unit, 0); in CreateType()
2994 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3041 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3342 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3662 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
[all …]
DCGDebugInfo.h559 llvm::DIScope *getDeclContextDescriptor(const Decl *D);