Home
last modified time | relevance | path

Searched refs:StmtK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h198 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K = SingleLocK; enumerator
223 : K(s->getBeginLoc().isValid() ? StmtK : SingleLocK), in PathDiagnosticLocation()
224 S(K == StmtK ? s : nullptr), SM(&sm), in PathDiagnosticLocation()
357 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; } in hasRange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp752 case StmtK: in genLocation()
778 case StmtK: { in genRange()
830 if (K == StmtK) { in flatten()
1218 case StmtK: in dump()