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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 103 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K;
134 : K(StmtK), S(s), D(0), SM(&sm),
232 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 386 case StmtK:
412 case StmtK: {
464 if (K == StmtK) {

Completed in 45 milliseconds