/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 192 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 D | ProgramState.cpp | 490 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 D | SVals.cpp | 268 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson() function in SVal
|
H A D | RegionStore.cpp | 233 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 D | ExprEngine.cpp | 139 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 D | RangeConstraintManager.cpp | 1888 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 D | ProgramPoint.cpp | 48 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 D | AnalysisDeclContext.cpp | 531 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 D | Environment.h | 94 void printJson(raw_ostream &Out, const ASTContext &Ctx,
|
H A D | Store.h | 246 virtual void printJson(raw_ostream &Out, Store S, const char *NL,
|
H A D | SMTConstraintManager.h | 217 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n", in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
H A D | SVals.h | 148 void printJson(raw_ostream &Out, bool AddQuotes) const;
|
H A D | ExprEngine.h | 406 void printJson(raw_ostream &Out, ProgramStateRef State,
|
H A D | ProgramState.h | 474 void printJson(raw_ostream &Out, const LocationContext *LCtx = nullptr,
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 285 void printJson(
|
H A D | ProgramPoint.h | 210 void printJson(llvm::raw_ostream &Out, const char *NL = "\n") const;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 2825 void Stmt::printJson(raw_ostream &Out, PrinterHelper *Helper, in printJson() function in Stmt
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 1421 void printJson(raw_ostream &Out, PrinterHelper *Helper,
|