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

1 2

  /external/clang/lib/Analysis/
CocoaConventions.cpp 60 if (!Ty->isObjCObjectPointerType())
FormatString.cpp 386 } if (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 98 if (!T->isObjCObjectPointerType() ||
182 if (!T->isObjCObjectPointerType()) // Skip non-pointer ivars
DeadStoresChecker.cpp 281 if (T->isPointerType() || T->isObjCObjectPointerType()) {
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 175 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
SemaCast.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 604 if (typeBound->isObjCObjectPointerType()) {
    [all...]
SemaExprObjC.cpp 160 if (!ReturnType->isObjCObjectPointerType()) {
421 if (!Element->getType()->isObjCObjectPointerType() &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 302 if (RetE->getType()->isObjCObjectPointerType())
585 if (TR->getValueType()->isObjCObjectPointerType()) {
624 if (Param->getType()->isObjCObjectPointerType())
652 if (TR->getValueType()->isObjCObjectPointerType()) {
    [all...]
Store.cpp 67 if (CastToTy->isObjCObjectPointerType())
ExprEngineCallAndReturn.cpp 137 if (ExpectedTy->isObjCObjectPointerType() &&
138 ActualTy->isObjCObjectPointerType())
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 436 else if (T->isObjCObjectPointerType() &&
    [all...]
RewriteModernObjC.cpp 536 else if (T->isObjCObjectPointerType() &&
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 909 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType())
919 if (!getReturnType()->isObjCObjectPointerType())
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 407 if (ThrowType->isObjCObjectPointerType()) {
562 if (CaughtType->isObjCObjectPointerType())
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]

Completed in 236 milliseconds

1 2