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

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

Completed in 167 milliseconds