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

  /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/lib/StaticAnalyzer/Core/
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);
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,
SVals.cpp 265 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const {
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());
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");
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 2561 void Stmt::printJson(raw_ostream &Out, PrinterHelper *Helper,

Completed in 43 milliseconds