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

1 2

  /external/clang/lib/Sema/
SemaCast.cpp 502 SrcType->isBlockPointerType()) &&
505 DestType->isBlockPointerType()) &&
    [all...]
SemaFixItUtils.cpp 178 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
SemaExprObjC.cpp 367 !Element->getType()->isBlockPointerType()) {
    [all...]
SemaExpr.cpp     [all...]
AnalysisBasedWarnings.cpp 607 if (VariableTy->isBlockPointerType() &&
869 if (VD->getType()->isBlockPointerType() && !VD->hasAttr<BlocksAttr>())
    [all...]
SemaChecking.cpp 158 if (CE->getCallee()->getType()->isBlockPointerType()) {
772 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
    [all...]
SemaOverload.cpp 214 getFromType()->isBlockPointerType() ||
    [all...]
SemaDeclAttr.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 452 if (originalTy->isBlockPointerType() || originalTy->isFunctionPointerType()) {
516 originalTy->isBlockPointerType() || castTy->isReferenceType());
CallEvent.cpp 58 if (T->isBlockPointerType() ||
73 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType())
912 } else if (CE->getCallee()->getType()->isBlockPointerType()) {
    [all...]
Store.cpp 70 if (CastToTy->isBlockPointerType()) {
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [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 451 else if (ArgType->isBlockPointerType())
458 return ArgType->isBlockPointerType() ? "copy" : "strong";
542 if (RT->isBlockPointerType() || RT->isFunctionPointerType())
    [all...]
  /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/AST/
Expr.cpp     [all...]
Type.cpp     [all...]
DeclBase.cpp 741 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...]

Completed in 675 milliseconds

1 2