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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  293 bool isDereferenceOperator(OverloadedOperatorKind OK);

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  420       } else if (isDereferenceOperator(Func->getOverloadedOperator())) {
 1844   return isDereferenceOperator(OK) || isIncrementOperator(OK) ||