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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4602   if (const auto *PtrType = Ty->getAs<PointerType>()) {
 4603     Ty = PtrType->getPointeeType();
 4604   } else if (const auto *RefType = Ty->getAs<ReferenceType>()) {
 4605     Ty = RefType->getPointeeType();
 4607     return Ty->isDependentType();
 4609   if (!Ty.getQualifiers().empty())
 4611   return isValidSwiftContextType(Ty);