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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h132 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K; enumerator in enum:clang::ento::PathDiagnosticLocation::Kind
161 : K(s->getLocStart().isValid() ? StmtK : SingleLocK),
162 S(K == StmtK ? s : nullptr),
282 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp788 case StmtK:
814 case StmtK: {
866 if (K == StmtK) {
H A DBugReporter.cpp3564 case StmtK:

Completed in 122 milliseconds