Searched refs:AddQuotes (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| 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()
|
| D | CFG.cpp | 6149 bool AddQuotes) const { in printTerminatorJson() 6155 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | JsonSupport.h | 28 inline std::string JsonFormat(StringRef RawSR, bool AddQuotes) { in JsonFormat() argument 76 if (!AddQuotes) in JsonFormat()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | SVals.cpp | 271 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson() 277 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SVals.h | 178 void printJson(raw_ostream &Out, bool AddQuotes) const;
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | StmtPrinter.cpp | 2761 const PrintingPolicy &Policy, bool AddQuotes) const { in printJson() 2767 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/ |
| D | CFG.h | 1086 bool AddQuotes) const;
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | Stmt.h | 1241 const PrintingPolicy &Policy, bool AddQuotes) const; in alignas()
|