Searched refs:StmtK (Results 1 – 3 of 3) sorted by relevance
136 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K; enumerator165 : K(s->getLocStart().isValid() ? StmtK : SingleLocK), in PathDiagnosticLocation()166 S(K == StmtK ? s : nullptr), in PathDiagnosticLocation()286 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; } in hasRange()
784 case StmtK: in genLocation()810 case StmtK: { in genRange()862 if (K == StmtK) { in flatten()
3535 case StmtK: in dump()