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

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  176   if (!DynObjCType || !StaticObjCType)
  179   if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType))
  185   DynObjCType = DynObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt);
  185   DynObjCType = DynObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt);
  192   if (ASTCtxt.canAssignObjCInterfaces(StaticObjCType, DynObjCType))
  196       ASTCtxt.canAssignObjCInterfaces(DynObjCType, StaticObjCType))