Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp108 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(&D))); in EmitDecl()
113 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
177 DI->EmitAndRetainType(Ty); in EmitDecl()
H A DCGDebugInfo.h522 void EmitAndRetainType(QualType Ty);
H A DCodeGenModule.cpp6135 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
6352 DI->EmitAndRetainType( in EmitTopLevelDecl()
6359 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
6365 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
H A DCGDebugInfo.cpp5691 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType() function in CGDebugInfo