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

Definitions

tools/clang/lib/AST/Interp/Boolean.h
   72   constexpr static bool isPositive() { return !isNegative(); }
tools/clang/lib/AST/Interp/Integral.h
  132   bool isPositive() const { return !isNegative(); }