Searched refs:EmitAndRetainType (Results 1 – 4 of 4) sorted by relevance
107 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(&D))); in EmitDecl()112 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()171 DI->EmitAndRetainType(Ty); in EmitDecl()
494 void EmitAndRetainType(QualType Ty);
5571 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()5770 DI->EmitAndRetainType( in EmitTopLevelDecl()5777 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()5783 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
5002 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType() function in CGDebugInfo