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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h103 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K; enumerator in enum:clang::ento::PathDiagnosticLocation::Kind
144 : K(DeclK), S(0), D(d), SM(&sm),
232 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp392 case DeclK:
447 case DeclK:
469 else if (K == DeclK) {

Completed in 39 milliseconds