Searched refs:AddQuotes (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 5853 bool AddQuotes) const { in printTerminatorJson() 5859 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 265 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson() 271 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SVals.h | 188 void printJson(raw_ostream &Out, bool AddQuotes) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 2562 const PrintingPolicy &Policy, bool AddQuotes) const { in printJson() 2568 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 1086 bool AddQuotes) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 1221 const PrintingPolicy &Policy, bool AddQuotes) const;
|