Home
last modified time | relevance | path

Searched refs:printJson (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp192 static raw_ostream &printJson(const MemRegion *Region, raw_ostream &Out, in printJson() function
197 static raw_ostream &printJson(const SymExpr *Symbol, raw_ostream &Out, in printJson() function
202 static raw_ostream &printJson(const DynamicTypeInfo &DTI, raw_ostream &Out, in printJson() function
218 static raw_ostream &printJson(const DynamicCastInfo &DCI, raw_ostream &Out, in printJson() function
226 static raw_ostream &printJson(const std::pair<T, U> &Pair, raw_ostream &Out, in printJson() function
228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson()
229 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson()
246 printJson(Element, Out, NL, Space, IsDot) << " }"; in printJsonContainer()
257 static raw_ostream &printJson(const CastSet &Set, raw_ostream &Out, in printJson() function
H A DProgramState.cpp490 void ProgramState::printJson(raw_ostream &Out, const LocationContext *LCtx, in printJson() function in ProgramState
499 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot); in printJson()
502 Env.printJson(Out, Mgr.getContext(), LCtx, NL, Space, IsDot); in printJson()
505 Mgr.getConstraintManager().printJson(Out, this, NL, Space, IsDot); in printJson()
511 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in printJson()
519 printJson(Out, LCtx, /*NL=*/"\\l", Space, /*IsDot=*/true); in printDOT()
523 printJson(llvm::errs()); in dump()
H A DSVals.cpp268 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson() function in SVal
H A DRegionStore.cpp233 void printJson(raw_ostream &Out, const char *NL = "\n", in printJson() function in __anonfa909ae00311::RegionBindingsRef
246 CI.getData().printJson(Out, /*AddQuotes=*/true); in printJson()
261 LLVM_DUMP_METHOD void dump() const { printJson(llvm::errs()); } in dump()
644 void printJson(raw_ostream &Out, Store S, const char *NL = "\n",
2905 void RegionStoreManager::printJson(raw_ostream &Out, Store S, const char *NL, in printJson() function in RegionStoreManager
2917 Bindings.printJson(Out, NL, Space + 1, IsDot); in printJson()
H A DExprEngine.cpp139 void printJson(llvm::raw_ostream &Out, PrinterHelper *Helper, in printJson() function in __anon289504840111::ConstructedObjectKey
164 S->printJson(Out, Helper, PP, /*AddQuotes=*/true); in printJson()
716 Key.printJson(Out, nullptr, PP); in printObjectsUnderConstructionJson()
930 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printStateTraitWithLocationContextJson()
939 void ExprEngine::printJson(raw_ostream &Out, ProgramStateRef State, in printJson() function in ExprEngine
3888 OtherNode->getLocation().printJson(Out, /*NL=*/"\\l"); in getNodeLabel()
H A DRangeConstraintManager.cpp1888 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n",
3263 void RangeConstraintManager::printJson(raw_ostream &Out, ProgramStateRef State, in printJson() function in RangeConstraintManager
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp48 return printJson(llvm::errs()); in dump()
51 void ProgramPoint::printJson(llvm::raw_ostream &Out, const char *NL) const { in printJson() function in ProgramPoint
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 DAnalysisDeclContext.cpp531 void LocationContext::printJson(raw_ostream &Out, const char *NL, in printJson() function in LocationContext
583 LLVM_DUMP_METHOD void LocationContext::dump() const { printJson(llvm::errs()); } in dump()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h94 void printJson(raw_ostream &Out, const ASTContext &Ctx,
H A DStore.h246 virtual void printJson(raw_ostream &Out, Store S, const char *NL,
H A DSMTConstraintManager.h217 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n", in REGISTER_TRAIT_WITH_PROGRAMSTATE()
H A DSVals.h148 void printJson(raw_ostream &Out, bool AddQuotes) const;
H A DExprEngine.h406 void printJson(raw_ostream &Out, ProgramStateRef State,
H A DProgramState.h474 void printJson(raw_ostream &Out, const LocationContext *LCtx = nullptr,
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h285 void printJson(
H A DProgramPoint.h210 void printJson(llvm::raw_ostream &Out, const char *NL = "\n") const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2825 void Stmt::printJson(raw_ostream &Out, PrinterHelper *Helper, in printJson() function in Stmt
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1421 void printJson(raw_ostream &Out, PrinterHelper *Helper,