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

1 2

  /external/clang/lib/Analysis/
CocoaConventions.cpp 60 if (!Ty->isObjCObjectPointerType())
FormatString.cpp 359 return argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 85 var->getType()->isObjCObjectPointerType() &&
TransZeroOutPropsInDealloc.cpp 174 if (!IVDecl->getType()->isObjCObjectPointerType())
TransUnbridgedCasts.cpp 156 if (T->isObjCObjectPointerType())
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 121 if (!T->isObjCObjectPointerType() ||
227 if (!T->isObjCObjectPointerType()) // Skip non-pointer ivars
DeadStoresChecker.cpp 278 if (T->isPointerType() || T->isObjCObjectPointerType()) {
BasicObjCFoundationChecks.cpp 739 if (ArgTy->isObjCObjectPointerType())
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 173 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
SemaCast.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp 156 if (!ReturnType->isObjCObjectPointerType()) {
360 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 444 else if (T->isObjCObjectPointerType() &&
    [all...]
RewriteModernObjC.cpp 531 else if (T->isObjCObjectPointerType() &&
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 733 if (!isInstanceMethod() || !getResultType()->isObjCObjectPointerType())
743 if (!getResultType()->isObjCObjectPointerType())
    [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 438 if (ThrowType->isObjCObjectPointerType()) {
604 if (CaughtType->isObjCObjectPointerType())
    [all...]
CGRTTI.cpp     [all...]

Completed in 170 milliseconds

1 2