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

/external/clang/include/clang/AST/
H A DType.h2056 /// BlockPointerType - pointer to a block type.
2060 class BlockPointerType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2062 BlockPointerType(QualType Pointee, QualType CanonicalCls) : function in class:clang::BlockPointerType
4883 return isa<BlockPointerType>(CanonicalType);
5114 isa<BlockPointerType>(CanonicalType) ||

Completed in 100 milliseconds