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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4590   if (const auto *PtrType = Ty->getAs<PointerType>()) {
 4591     Ty = PtrType->getPointeeType();
 4592   } else if (const auto *RefType = Ty->getAs<ReferenceType>()) {
 4593     Ty = RefType->getPointeeType();
 4595     return Ty->isDependentType();
 4597   return Ty.getAddressSpace() == LangAS::Default;