Home
last modified time | relevance | path

Searched refs:blockType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-osobject.mm11 typedef __attribute__((os_returns_retained)) id (^blockType)(); // expected-warning{{'os_returns_re… typedef
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-ns_returns_retained.m14 typedef __attribute__((ns_returns_retained)) id (^blockType)(void);
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h754 using blockType = std::array<Symbol, BLOCK_SIZE>;
755 std::list<blockType *> blocks_;
757 blockType *currBlock_{nullptr};
761 blocks_.push_back(new blockType()); in Get()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp5595 else if (auto blockType = type->getAs<BlockPointerType>()) in CheckNonNullArguments() local
5596 type = blockType->getPointeeType(); in CheckNonNullArguments()