HomeSort by: relevance | last modified time | path
    Searched refs:printJson (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
DynamicType.cpp 192 static raw_ostream &printJson(const MemRegion *Region, raw_ostream &Out,
197 static raw_ostream &printJson(const SymExpr *Symbol, raw_ostream &Out,
202 static raw_ostream &printJson(const DynamicTypeInfo &DTI, raw_ostream &Out,
218 static raw_ostream &printJson(const DynamicCastInfo &DCI, raw_ostream &Out,
226 static raw_ostream &printJson(const std::pair<T, U> &Pair, raw_ostream &Out,
228 printJson(Pair.first, Out, NL, Space, IsDot) << ", ";
229 return printJson(Pair.second, Out, NL, Space, IsDot);
246 printJson(Element, Out, NL, Space, IsDot) << " }";
257 static raw_ostream &printJson(const CastSet &Set, raw_ostream &Out,
Environment.cpp 215 void Environment::printJson(raw_ostream &Out, const ASTContext &Ctx,
246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) {
278 S->printJson(Out, nullptr, PP, /*AddQuotes=*/true);
281 I->second.printJson(Out, /*AddQuotes=*/true);
ProgramState.cpp 449 void ProgramState::printJson(raw_ostream &Out, const LocationContext *LCtx,
458 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot);
461 Env.printJson(Out, Mgr.getContext(), LCtx, NL, Space, IsDot);
464 Mgr.getConstraintManager().printJson(Out, this, NL, Space, IsDot);
470 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot);
478 printJson(Out, LCtx, /*NL=*/"\\l", Space, /*IsDot=*/true);
482 printJson(llvm::errs());
SVals.cpp 265 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const {
RegionStore.cpp 232 void printJson(raw_ostream &Out, const char *NL = "\n",
235 // TODO: We might need a .printJson for I.getKey() as well.
244 CI.getData().printJson(Out, /*AddQuotes=*/true);
259 LLVM_DUMP_METHOD void dump() const { printJson(llvm::errs()); }
638 void printJson(raw_ostream &Out, Store S, const char *NL = "\n",
2632 void RegionStoreManager::printJson(raw_ostream &Out, Store S, const char *NL,
2644 Bindings.printJson(Out, NL, Space + 1, IsDot);
ExprEngine.cpp 145 void printJson(llvm::raw_ostream &Out, PrinterHelper *Helper,
170 S->printJson(Out, Helper, PP, /*AddQuotes=*/true);
586 Key.printJson(Out, nullptr, PP);
601 void ExprEngine::printJson(raw_ostream &Out, ProgramStateRef State,
609 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) {
3188 OtherNode->getLocation().printJson(Out, /*NL=*/"\\l");
RangeConstraintManager.cpp 1405 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n",
2401 void RangeConstraintManager::printJson(raw_ostream &Out, ProgramStateRef State,
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp 48 return printJson(llvm::errs());
51 void ProgramPoint::printJson(llvm::raw_ostream &Out, const char *NL) const {
74 RS->printJson(Out, nullptr, PP, AddQuotes);
157 LHS->printJson(Out, nullptr, PP, AddQuotes);
164 RHS->printJson(Out, nullptr, PP, AddQuotes);
198 S->printJson(Out, nullptr, PP, AddQuotes);
AnalysisDeclContext.cpp 479 void LocationContext::printJson(raw_ostream &Out, const char *NL,
531 LLVM_DUMP_METHOD void LocationContext::dump() const { printJson(llvm::errs()); }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 161 virtual void printJson(raw_ostream &Out, ProgramStateRef State,
Environment.h 94 void printJson(raw_ostream &Out, const ASTContext &Ctx,
Store.h 248 virtual void printJson(raw_ostream &Out, Store S, const char *NL,
SMTConstraintManager.h 213 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n",
SVals.h 187 /// printJson - Pretty-prints in JSON format.
188 void printJson(raw_ostream &Out, bool AddQuotes) const;
ExprEngine.h 410 /// printJson - Called by ProgramStateManager to print checker-specific data.
411 void printJson(raw_ostream &Out, ProgramStateRef State,
ProgramState.h 434 void printJson(raw_ostream &Out, const LocationContext *LCtx = nullptr,
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 279 void printJson(
ProgramPoint.h 216 void printJson(llvm::raw_ostream &Out, const char *NL = "\n") const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 2561 void Stmt::printJson(raw_ostream &Out, PrinterHelper *Helper,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1220 void printJson(raw_ostream &Out, PrinterHelper *Helper,

Completed in 36 milliseconds