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()
791 case StmtK: in genLocation()817 case StmtK: { in genRange()869 if (K == StmtK) { in flatten()
3538 case StmtK: in dump()