Searched refs:CaseNote (Results 1 – 1 of 1) sorted by relevance
1399 std::string CaseNote; in checkPostCall() local1407 CaseNote = in checkPostCall()1415 if (!CaseNote.empty()) { in checkPostCall()1417 [Node, CaseNote, RV](PathSensitiveBugReport &BR) -> std::string { in checkPostCall()1429 return CaseNote; in checkPostCall()1435 if (!CaseNote.empty() || !ErrnoNote.empty()) { in checkPostCall()1437 C.getNoteTag([CaseNote, ErrnoNote, in checkPostCall()1451 if (CaseNote.empty()) in checkPostCall()1453 return llvm::formatv("{0}; {1}", CaseNote, ErrnoNote); in checkPostCall()1456 return CaseNote; in checkPostCall()