Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp306 reportNote(I.getLoc(), "Branching instruction"); in reportBranchErrors()
430 reportNote( in checkNewValues()
439 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
449 reportNote( in checkNewValues()
460 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
476 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
485 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
722 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote() function in HexagonMCChecker
H A DHexagonMCChecker.h122 void reportNote(SMLoc Loc, Twine const &Msg);
/freebsd-12.1/contrib/llvm/tools/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.h103 void reportNote(StringRef note, SourceLocation loc,
H A DTransUnbridgedCasts.cpp382 Pass.TA.reportNote(note, retS->getBeginLoc()); in transformObjCToNonObjCCast()
H A DTransformActions.cpp696 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote() function in TransformActions