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

References

tools/clang/lib/Sema/SemaFixItUtils.cpp
  169   assert(T.isScalarType() && "use scalar types only");
  172   if (T.isEnumeralType())
  174   if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
  174   if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
  177   if (T.isRealFloatingType())
  179   if (T.isBooleanType() &&
  182   if (T.isPointerType() || T.isMemberPointerType()) {
  182   if (T.isPointerType() || T.isMemberPointerType()) {
  188   if (T.isCharType())
  190   if (T.isWideCharType())
  192   if (T.isChar16Type())
  194   if (T.isChar32Type())