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

References

tools/clang/lib/AST/ScanfFormatString.cpp
  426   if (const EnumType *ETy = PT->getAs<EnumType>()) {
  430     PT = ETy->getDecl()->getIntegerType();
  433   const BuiltinType *BT = PT->getAs<BuiltinType>();
  438   if (PT->isAnyCharacterType()) {
  440     if (PT->isWideCharType())
  503   if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11))
  504     namedTypeToLengthModifier(PT, LM);
  514   if (PT->isRealFloatingType())
  516   else if (PT->isSignedIntegerType())
  518   else if (PT->isUnsignedIntegerType())