Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp797 SmallString<1024> TempBuf; in runCheckersForPrintStateJson() local
798 llvm::raw_svector_ostream TempOut(TempBuf); in runCheckersForPrintStateJson()
816 if (TempBuf.empty()) in runCheckersForPrintStateJson()
825 TempBuf.clear(); in runCheckersForPrintStateJson()
832 if (TempBuf.empty()) in runCheckersForPrintStateJson()
838 << '\"' << TempBuf.str().trim() << '\"' << NL; in runCheckersForPrintStateJson()
845 TempBuf.clear(); in runCheckersForPrintStateJson()