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

1 2

  /external/clang/lib/Sema/
SemaCast.cpp 474 SrcType->isBlockPointerType()) &&
477 DestType->isBlockPointerType()) &&
    [all...]
SemaFixItUtils.cpp 173 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
SemaExprObjC.cpp 361 !Element->getType()->isBlockPointerType()) {
    [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 77 else if (blocksToo && Ty->isBlockPointerType())
108 return Ty->isBlockPointerType();
    [all...]
SemaChecking.cpp 519 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
835 if (!Ty->isBlockPointerType() && !Ty->isFunctionPointerType())
841 } else if (Ty->isBlockPointerType()) {
    [all...]
AnalysisBasedWarnings.cpp 435 if (VariableTy->isBlockPointerType() &&
666 if (VD->getType()->isBlockPointerType() && !VD->hasAttr<BlocksAttr>())
    [all...]
SemaOverload.cpp 245 getFromType()->isBlockPointerType() ||
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 443 if (originalTy->isBlockPointerType() || originalTy->isFunctionPointerType()) {
507 originalTy->isBlockPointerType() || castTy->isReferenceType());
CallEvent.cpp 58 if (T->isBlockPointerType() ||
74 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType())
900 } else if (CE->getCallee()->getType()->isBlockPointerType()) {
    [all...]
Store.cpp 81 if (CastToTy->isBlockPointerType()) {
  /external/clang/lib/CodeGen/
CGBlocks.cpp 834 type->isBlockPointerType()) {
    [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 292 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 415 // We avoid calling Type::isBlockPointerType(), since it operates on the
    [all...]
RewriteModernObjC.cpp 497 // We avoid calling Type::isBlockPointerType(), since it operates on the
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]
Type.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 360 argTy->isBlockPointerType() || argTy->isNullPtrType();
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 743 if (ArgTy->isBlockPointerType())
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
DeclObjC.h     [all...]

Completed in 983 milliseconds

1 2