Home
last modified time | relevance | path

Searched refs:reportNote (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp326 reportNote(I.getLoc(), "Branching instruction"); in reportBranchErrors()
450 reportNote( in checkNewValues()
459 reportNote(ProducerInst->getLoc(), in checkNewValues()
469 reportNote( in checkNewValues()
482 reportNote(ProducerInst->getLoc(), in checkNewValues()
512 reportNote(ProducerInst->getLoc(), in checkNewValues()
521 reportNote(ProducerInst->getLoc(), in checkNewValues()
733 reportNote(I.getLoc(), in checkValidTmpDst()
792 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote() function in HexagonMCChecker
H A DHexagonMCChecker.h127 void reportNote(SMLoc Loc, Twine const &Msg);
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp329 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()
H A DInternals.h104 void reportNote(StringRef note, SourceLocation loc,
H A DTransUnbridgedCasts.cpp381 Pass.TA.reportNote(note, retS->getBeginLoc()); in transformObjCToNonObjCCast()
H A DTransformActions.cpp697 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote() function in TransformActions