Searched refs:EmitAndRetainType (Results 1 – 4 of 4) sorted by relevance
110 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(&D))); in EmitDecl()115 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()180 DI->EmitAndRetainType(Ty); in EmitDecl()
542 void EmitAndRetainType(QualType Ty);
6780 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()6999 DI->EmitAndRetainType( in EmitTopLevelDecl()7006 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()7012 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
5906 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType() function in CGDebugInfo