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

References

tools/clang/lib/AST/Type.cpp
 2055     if (BT->getKind() == BuiltinType::Bool) return STK_Bool;
tools/clang/lib/Sema/Sema.cpp
  562   case Type::STK_Bool: return CK_NoOp;
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3173   if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral;
 3174   if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral;
tools/clang/lib/Sema/SemaExpr.cpp
 6307     case Type::STK_Bool:
 6324     case Type::STK_Bool:
 6343   case Type::STK_Bool: // casting from bool is like casting from an integer
 6353     case Type::STK_Bool:
 6380     case Type::STK_Bool:
 6421     case Type::STK_Bool:
 6455     case Type::STK_Bool:
tools/clang/tools/extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
   28   case Type::STK_Bool: