Searched refs:AddQuotes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 56 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 D | CFG.cpp | 6164 bool AddQuotes) const { in printTerminatorJson() 6170 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 28 inline std::string JsonFormat(StringRef RawSR, bool AddQuotes) { in JsonFormat() argument 76 if (!AddQuotes) in JsonFormat()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 268 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson() 274 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.h | 148 void printJson(raw_ostream &Out, bool AddQuotes) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 2776 const PrintingPolicy &Policy, bool AddQuotes) const { in printJson() 2782 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1114 bool AddQuotes) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 1420 const PrintingPolicy &Policy, bool AddQuotes) const; in alignas()
|