Searched refs:StmtK (Results 1 – 3 of 3) sorted by relevance
132 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K; enumerator161 : K(s->getLocStart().isValid() ? StmtK : SingleLocK), in PathDiagnosticLocation()162 S(K == StmtK ? s : nullptr), in PathDiagnosticLocation()282 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; } in hasRange()
788 case StmtK: in genLocation()814 case StmtK: { in genRange()866 if (K == StmtK) { in flatten()
3564 case StmtK: in dump()