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

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

Completed in 89 milliseconds