Searched refs:reportNote (Results 1 – 4 of 4) sorted by relevance
329 Pass.TA.reportNote("name declared here", declarationLoc); in handlePoolScope()330 Pass.TA.reportNote("intended @autoreleasepool scope begins here", in handlePoolScope()332 Pass.TA.reportNote("intended @autoreleasepool scope ends here", in handlePoolScope()
103 void reportNote(StringRef note, SourceLocation loc,
384 Pass.TA.reportNote(note, retS->getLocStart()); in transformObjCToNonObjCCast()
692 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote() function in TransformActions