Searched refs:StmtK (Results 1 – 2 of 2) sorted by relevance
197 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K = SingleLocK; enumerator222 : K(s->getBeginLoc().isValid() ? StmtK : SingleLocK), in PathDiagnosticLocation()223 S(K == StmtK ? s : nullptr), SM(&sm), in PathDiagnosticLocation()356 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; } in hasRange()
754 case StmtK: in genLocation()780 case StmtK: { in genRange()832 if (K == StmtK) { in flatten()1220 case StmtK: in dump()