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

1 2

  /external/clang/lib/Sema/
SemaCast.cpp 502 SrcType->isBlockPointerType()) &&
505 DestType->isBlockPointerType()) &&
    [all...]
SemaFixItUtils.cpp 175 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
SemaExprObjC.cpp 422 !Element->getType()->isBlockPointerType()) {
    [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp 192 if (CE->getCallee()->getType()->isBlockPointerType()) {
818 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
    [all...]
SemaOverload.cpp 221 getFromType()->isBlockPointerType() ||
    [all...]
SemaDeclAttr.cpp     [all...]
AnalysisBasedWarnings.cpp 620 if (VariableTy->isBlockPointerType() &&
880 if (VD->getType()->isBlockPointerType() && !VD->hasAttr<BlocksAttr>())
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 480 if (originalTy->isBlockPointerType() || originalTy->isFunctionPointerType()) {
544 originalTy->isBlockPointerType() || castTy->isReferenceType());
CallEvent.cpp 55 if (T->isBlockPointerType() ||
70 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType())
    [all...]
Store.cpp 70 if (CastToTy->isBlockPointerType()) {
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 407 // We avoid calling Type::isBlockPointerType(), since it operates on the
    [all...]
RewriteModernObjC.cpp 502 // We avoid calling Type::isBlockPointerType(), since it operates on the
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 851 type->isBlockPointerType())
    [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 292 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 441 else if (ArgType->isBlockPointerType())
448 return ArgType->isBlockPointerType() ? "copy" : "strong";
532 if (RT->isBlockPointerType() || RT->isFunctionPointerType())
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
DeclBase.cpp 781 else if (BlocksToo && Ty->isBlockPointerType())
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 387 argTy->isBlockPointerType() || argTy->isNullPtrType()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 786 if (ArgTy->isBlockPointerType())
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
DeclObjC.h     [all...]

Completed in 259 milliseconds

1 2