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

/external/clang/include/clang/AST/
H A DType.h1528 bool isBlockPointerType() const;
4882 inline bool Type::isBlockPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5156 return (isPointerType() || isReferenceType() || isBlockPointerType() ||

Completed in 69 milliseconds