Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.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()
H A DCFG.cpp6079 bool AddQuotes) const { in printTerminatorJson()
6085 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DJsonSupport.h28 inline std::string JsonFormat(StringRef RawSR, bool AddQuotes) { in JsonFormat() argument
76 if (!AddQuotes) in JsonFormat()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp271 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson()
277 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h179 void printJson(raw_ostream &Out, bool AddQuotes) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp2743 const PrintingPolicy &Policy, bool AddQuotes) const { in printJson()
2749 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1087 bool AddQuotes) const;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1229 const PrintingPolicy &Policy, bool AddQuotes) const; in alignas()