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

/external/clang/include/clang/AST/
H A DType.h1496 bool isPointerType() const;
4753 isPointerType() ||
4770 inline bool Type::isPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4774 return isPointerType() || isObjCObjectPointerType();
5002 return (isPointerType() || isReferenceType() || isBlockPointerType() ||

Completed in 131 milliseconds