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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 2267   if (!Ty.isNull()) {
 2270     while (auto AT = dyn_cast<ArrayType>(Ty.getTypePtr()))
 2271       Ty = AT->getElementType();
 2272     Ty = Ty.getCanonicalType().getUnqualifiedType();
 2272     Ty = Ty.getCanonicalType().getUnqualifiedType();
 2274     if (Ty->isRecordType()) {
 2275       std::string TypeStr = Ty.getAsString(getContext().getPrintingPolicy());