Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp314 reportNote(I.getLoc(), "Branching instruction"); in reportBranchErrors()
438 reportNote( in checkNewValues()
447 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
457 reportNote( in checkNewValues()
468 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
484 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
493 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
730 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote() function in HexagonMCChecker
H A DHexagonMCChecker.h126 void reportNote(SMLoc Loc, Twine const &Msg);
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp328 Pass.TA.reportNote("name declared here", declarationLoc); in handlePoolScope()
329 Pass.TA.reportNote("intended @autoreleasepool scope begins here", in handlePoolScope()
331 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