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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h159 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K = SingleLocK; enumerator in enum:clang::ento::PathDiagnosticLocation::Kind
184 : K(s->getBeginLoc().isValid() ? StmtK : SingleLocK),
185 S(K == StmtK ? s : nullptr), SM(&sm),
318 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp737 case StmtK:
763 case StmtK: {
815 if (K == StmtK) {
1202 case StmtK:

Completed in 189 milliseconds