Searched refs:AddQuotes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/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 | 5860 bool AddQuotes) const { in printTerminatorJson() 5866 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 27 inline std::string JsonFormat(StringRef RawSR, bool AddQuotes) { in JsonFormat() argument 75 if (!AddQuotes) in JsonFormat()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 324 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson() 330 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.h | 188 void printJson(raw_ostream &Out, bool AddQuotes) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 2575 const PrintingPolicy &Policy, bool AddQuotes) const { in printJson() 2581 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1086 bool AddQuotes) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 1221 const PrintingPolicy &Policy, bool AddQuotes) const; in alignas()
|