reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Analysis/PathDiagnostic.h
  185         S(K == StmtK ? s : nullptr), SM(&sm),
  187     assert(K == SingleLocK || S);
  188     assert(K == SingleLocK || Loc.isValid());
  189     assert(K == SingleLocK || Range.isValid());
  290     return K == X.K && Loc == X.Loc && Range == X.Range;
  290     return K == X.K && Loc == X.Loc && Range == X.Range;
  318   bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
  318   bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
  318   bool hasRange() const { return K == StmtK || K == RangeK || K == DeclK; }
tools/clang/lib/Analysis/PathDiagnostic.cpp
  732   switch (K) {
  757   switch (K) {
  814   if (K == StmtK) {
  815     K = RangeK;
  819   else if (K == DeclK) {
  820     K = SingleLocK;
 1192   switch (K) {