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

Declarations

tools/clang/include/clang/AST/Type.h
 6028   const ObjCObjectPointerType *stripObjCKindOfTypeAndQuals(

References

tools/clang/lib/AST/ASTContext.cpp
 8161     return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this),
 8162                                    LHSOPT->stripObjCKindOfTypeAndQuals(*this));
 8212              RHSOPT->stripObjCKindOfTypeAndQuals(*this),
 8213              LHSOPT->stripObjCKindOfTypeAndQuals(*this),
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  185   DynObjCType = DynObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt);
  186   StaticObjCType = StaticObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt);
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  544   OrigObjectPtrType = OrigObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt);
  545   DestObjectPtrType = DestObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt);