Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDProgramPoint.cpp56 const bool AddQuotes = true; in printJson() local
74 RS->printJson(Out, nullptr, PP, AddQuotes); in printJson()
157 LHS->printJson(Out, nullptr, PP, AddQuotes); in printJson()
164 RHS->printJson(Out, nullptr, PP, AddQuotes); in printJson()
198 S->printJson(Out, nullptr, PP, AddQuotes); in printJson()
HDCFG.cpp6161 bool AddQuotes) const { in printTerminatorJson()
6167 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDJsonSupport.h28 inline std::string JsonFormat(StringRef RawSR, bool AddQuotes) { in JsonFormat() argument
76 if (!AddQuotes) in JsonFormat()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSVals.cpp268 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson()
274 Out << JsonFormat(Buf, AddQuotes); in printJson()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSVals.h148 void printJson(raw_ostream &Out, bool AddQuotes) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp2826 const PrintingPolicy &Policy, bool AddQuotes) const { in printJson()
2832 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h1117 bool AddQuotes) const;
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1422 const PrintingPolicy &Policy, bool AddQuotes) const; in alignas()