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

References

tools/clang/lib/Sema/SemaExpr.cpp
 5435     if (PointeeType.getQualifiers().hasAddressSpace())
 5441     PointeeType = Context.getAddrSpaceQualType(PointeeType, AS);
 5441     PointeeType = Context.getAddrSpaceQualType(PointeeType, AS);
 5442     OverloadParams.push_back(Context.getPointerType(PointeeType));