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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 2406     if (AllocElemType->isRecordType() && NewScope != AFS_Global)
 2407       LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl());
 2468   if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) {
 2470         cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl());
 2569         /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType),
 2631       << DeleteName << AllocElemType;