Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp149 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run() local
152 if (SuggestedApi.empty()) { in run()
155 SuggestedApi = in run()
181 OS << "compare the result of calling " << SuggestedApi; in run()
183 OS << "call " << SuggestedApi; in run()