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

References

tools/clang/lib/Sema/SemaType.cpp
 1119   ObjCObjectTL.setHasBaseTypeAsWritten(false);
 1120   ObjCObjectTL.getBaseLoc().initialize(Context, SourceLocation());
 1123   ObjCObjectTL.setTypeArgsLAngleLoc(SourceLocation());
 1124   ObjCObjectTL.setTypeArgsRAngleLoc(SourceLocation());
 1127   ObjCObjectTL.setProtocolLAngleLoc(lAngleLoc);
 1128   ObjCObjectTL.setProtocolRAngleLoc(rAngleLoc);
 1130     ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]);