Home
last modified time | relevance | path

Searched refs:getRegionName (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp210 static std::string getRegionName(const SubRegion *Region) { in getRegionName() function
252 std::string RegName = getRegionName(Region); in getPrecedesMsgs()
263 std::string RegName = getRegionName(Region); in getExceedsMsgs()
314 std::string RegName = getRegionName(Region); in getTaintMsgs()
406 std::string RegName = getRegionName(Reg); in performCheck()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h827 StringRef getRegionName() const { in getRegionName() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3672 Diag(ReturnLoc, diag::err_return_in_captured_stmt) << CurRegion->getRegionName(); in ActOnCapScopeReturnStmt()