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

/external/clang/include/clang/AST/
H A DType.h2100 /// BlockPointerType - pointer to a block type.
2104 class BlockPointerType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2106 BlockPointerType(QualType Pointee, QualType CanonicalCls) : function in class:clang::BlockPointerType
4939 return isa<BlockPointerType>(CanonicalType);
5170 isa<BlockPointerType>(CanonicalType) ||

Completed in 57 milliseconds