Home
last modified time | relevance | path

Searched refs:DeclK (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h136 enum Kind { RangeK, SingleLocK, StmtK, DeclK } K; enumerator
177 : K(DeclK), S(nullptr), D(d), SM(&sm), in PathDiagnosticLocation()
286 bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; } in hasRange()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp790 case DeclK: in genLocation()
845 case DeclK: in genRange()
867 else if (K == DeclK) { in flatten()
DBugReporter.cpp3541 case DeclK: in dump()