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

References

tools/clang/lib/AST/ASTDiagnostic.cpp
   35     if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
   40     if (const ParenType *PT = dyn_cast<ParenType>(Ty)) {
   45     if (const MacroQualifiedType *MDT = dyn_cast<MacroQualifiedType>(Ty)) {
   51           dyn_cast<SubstTemplateTypeParmType>(Ty)) {
   56     if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
   61     if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) {
   66     if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
   75     if (const FunctionType *FT = dyn_cast<FunctionType>(Ty)) {
  110             dyn_cast<TemplateSpecializationType>(Ty)) {
  132     if (QualType(Ty,0) == Context.getObjCIdType() ||
  133         QualType(Ty,0) == Context.getObjCClassType() ||
  134         QualType(Ty,0) == Context.getObjCSelType() ||
  135         QualType(Ty,0) == Context.getObjCProtoType())
  139     if (QualType(Ty, 0) == Context.getBuiltinVaListType() ||
  140         QualType(Ty, 0) == Context.getBuiltinMSVaListType())
  146     switch (Ty->getTypeClass()) {