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

References

tools/clang/lib/Sema/SemaChecking.cpp
13012   if (!PType->isVariablyModifiedType())
13014   if (const auto *PointerTy = dyn_cast<PointerType>(PType)) {
13018   if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) {
13022   if (const auto *ParenTy = dyn_cast<ParenType>(PType)) {
13027   const ArrayType *AT = S.Context.getAsArrayType(PType);