Lines Matching defs:IsDot
687 unsigned int Space = 0, bool IsDot = false) {
715 Indent(Out, Space, IsDot) << "{ ";
725 Indent(Out, --Space, IsDot) << ']'; // End of "location_context".
733 const LocationContext *LCtx, unsigned int Space = 0, bool IsDot = false) {
763 Indent(Out, Space, IsDot) << "{ ";
787 Indent(Out, --Space, IsDot) << ']'; // End of "location_context".
797 bool IsDot = false) {
827 Indent(Out, Space, IsDot) << "{ ";
847 Indent(Out, --Space, IsDot) << ']'; // End of "location_context".
856 unsigned int Space = 0, bool IsDot = false) {
882 Indent(Out, Space, IsDot) << "{ ";
895 Indent(Out, --Space, IsDot) << ']'; // End of "location_context".
902 /// The function invokes Printer as 'Printer(Out, State, NL, LC, Space, IsDot,
912 const char *NL, unsigned int Space, bool IsDot,
927 Indent(Out, Space, IsDot) << '\"' << jsonPropertyName << "\": ";
930 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) {
931 printer(Out, State, NL, LC, Space, IsDot, std::forward<Args>(args)...);
935 Indent(Out, Space, IsDot) << "]," << NL; // End of "jsonPropertyName".
941 unsigned int Space, bool IsDot) const {
944 Out, State, LCtx, NL, Space, IsDot, "constructing_objects",
947 Out, State, LCtx, NL, Space, IsDot, "index_of_element",
950 Out, State, LCtx, NL, Space, IsDot, "pending_init_loops",
953 Out, State, LCtx, NL, Space, IsDot, "pending_destructors",
957 IsDot);
3919 const bool IsDot = true;
3926 Indent(Out, Space, IsDot) << "\"program_points\": [\\l";
3932 Indent(Out, Space + 1, IsDot) << "{ ";
3948 Indent(Out, Space, IsDot) << "],\\l";