HomeSort by relevance Sort by last modified time
    Searched refs:canAssignObjCInterfaces (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 491 if (C.canAssignObjCInterfaces(StaticLowerBound, *Current)) {
496 if (C.canAssignObjCInterfaces(*Current, StaticUpperBound)) {
561 ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, OrigObjectPtrType);
563 ASTCtxt.canAssignObjCInterfaces(OrigObjectPtrType, DestObjectPtrType);
587 !ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, *TrackedType) &&
588 !ASTCtxt.canAssignObjCInterfaces(*TrackedType, DestObjectPtrType)) {
667 ASTCtxt.canAssignObjCInterfaces(ReceiverObjectPtrType, TrackedType)) {
762 ASTCtxt.canAssignObjCInterfaces(ArgObjectPtrType, *TrackedArgType)) {
768 if (!ASTCtxt.canAssignObjCInterfaces(ParamObjectPtrType,
    [all...]
DynamicTypeChecker.cpp 201 if (ASTCtxt.canAssignObjCInterfaces(StaticObjCType, DynObjCType))
205 ASTCtxt.canAssignObjCInterfaces(DynObjCType, StaticObjCType))
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaType.cpp 920 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) {
    [all...]
SemaExpr.cpp     [all...]

Completed in 301 milliseconds