Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp56 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 DCFG.cpp5853 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 DJsonSupport.h27 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 DSVals.cpp265 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 DSVals.h188 void printJson(raw_ostream &Out, bool AddQuotes) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp2562 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 DCFG.h1086 bool AddQuotes) const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1221 const PrintingPolicy &Policy, bool AddQuotes) const;