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

References

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