HomeSort by relevance Sort by last modified time
    Searched refs:isObjCObjectPointerType (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/lib/Analysis/
CocoaConventions.cpp 60 if (!Ty->isObjCObjectPointerType())
FormatString.cpp 380 return argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 84 var->getType()->isObjCObjectPointerType() &&
TransZeroOutPropsInDealloc.cpp 172 if (!IVDecl->getType()->isObjCObjectPointerType())
TransUnbridgedCasts.cpp 164 if (T->isObjCObjectPointerType())
ObjCMT.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 119 if (!T->isObjCObjectPointerType() ||
221 if (!T->isObjCObjectPointerType()) // Skip non-pointer ivars
DeadStoresChecker.cpp 281 if (T->isPointerType() || T->isObjCObjectPointerType()) {
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 178 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
SemaCast.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp 160 if (!ReturnType->isObjCObjectPointerType()) {
364 if (!Element->getType()->isObjCObjectPointerType() &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 306 if (RetE->getType()->isObjCObjectPointerType())
589 if (TR->getValueType()->isObjCObjectPointerType()) {
628 if (Param->getType()->isObjCObjectPointerType())
656 if (TR->getValueType()->isObjCObjectPointerType()) {
    [all...]
Store.cpp 78 if (CastToTy->isObjCObjectPointerType())
ExprEngineCallAndReturn.cpp 137 if (ExpectedTy->isObjCObjectPointerType() &&
138 ActualTy->isObjCObjectPointerType())
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 445 else if (T->isObjCObjectPointerType() &&
    [all...]
RewriteModernObjC.cpp 545 else if (T->isObjCObjectPointerType() &&
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 826 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType())
836 if (!getReturnType()->isObjCObjectPointerType())
    [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 425 if (ThrowType->isObjCObjectPointerType()) {
608 if (CaughtType->isObjCObjectPointerType())
    [all...]

Completed in 203 milliseconds

1 2