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

References

tools/clang/lib/AST/ASTContext.cpp
 6843       PointeeTy = PT->getPointeeType();
 6845       PointeeTy = T->castAs<ReferenceType>()->getPointeeType();
 6859       QualType P = PointeeTy;
 6875     if (PointeeTy->isCharType()) {
 6878       if (!isTypeTypedefedAsBOOL(PointeeTy)) {
 6882     } else if (const auto *RTy = PointeeTy->getAs<RecordType>()) {
 6896     getLegacyIntegralTypeEncoding(PointeeTy);
 6901     getObjCEncodingForTypeImpl(PointeeTy, S, NewOptions,