HomeSort by relevance Sort by last modified time
    Searched refs:StmtK (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 132 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K;
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/
PathDiagnostic.cpp 788 case StmtK:
814 case StmtK: {
866 if (K == StmtK) {
    [all...]
BugReporter.cpp     [all...]

Completed in 90 milliseconds