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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h129 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K; enumerator in enum:clang::ento::PathDiagnosticLocation::Kind
160 : K(StmtK), S(s), D(0), SM(&sm),
275 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp648 case StmtK:
674 case StmtK: {
726 if (K == StmtK) {

Completed in 212 milliseconds