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

References

tools/clang/lib/Sema/SemaType.cpp
 7077   while ((AT = T->getAs<AttributedType>()) &&
 7078          AT->getAs<TypedefType>() == T->getAs<TypedefType>()) {
 7079     if (AT->isCallingConv())
 7081     T = AT->getModifiedType();