Searched refs:AddQuotes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/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 | 6161 bool AddQuotes) const { in printTerminatorJson() 6167 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
|
| /freebsd/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(Buf, AddQuotes); in printJson()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.h | 148 void printJson(raw_ostream &Out, bool AddQuotes) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 2826 const PrintingPolicy &Policy, bool AddQuotes) const { in printJson() 2832 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1117 bool AddQuotes) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 1422 const PrintingPolicy &Policy, bool AddQuotes) const;
|