Searched defs:BlockPointerType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1900 /// BlockPointerType - pointer to a block type.
1904 class BlockPointerType : public Type, public llvm::FoldingSetNode { class in namespace:clang
1906 BlockPointerType(QualType Pointee, QualType CanonicalCls) : function in class:clang::BlockPointerType
1933 static bool classof(const BlockPointerType *) { return true; }
4705 return isa<BlockPointerType>(CanonicalType);
4893 isa<BlockPointerType>(CanonicalType) ||

Completed in 50 milliseconds