Searched refs:AddQuotes (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h27 inline std::string JsonFormat(StringRef RawSR, bool AddQuotes) { argument
75 if (!AddQuotes)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp55 const bool AddQuotes = true; local
73 RS->printJson(Out, nullptr, PP, AddQuotes);
145 /*AddQuotes=*/true);
156 LHS->printJson(Out, nullptr, PP, AddQuotes);
163 RHS->printJson(Out, nullptr, PP, AddQuotes);
197 S->printJson(Out, nullptr, PP, AddQuotes);
H A DCFG.cpp5828 bool AddQuotes) const {
5834 Out << JsonFormat(TempOut.str(), AddQuotes);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp287 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const {
293 Out << JsonFormat(TempOut.str(), AddQuotes);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h194 void printJson(raw_ostream &Out, bool AddQuotes) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2526 const PrintingPolicy &Policy, bool AddQuotes) const {
2532 Out << JsonFormat(TempOut.str(), AddQuotes);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1087 bool AddQuotes) const;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1170 const PrintingPolicy &Policy, bool AddQuotes) const;

Completed in 133 milliseconds