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

/external/clang/include/clang/AST/
H A DType.h1422 return !isReferenceType() && !isFunctionType() && !isVoidType();
1484 bool isVoidType() const; // C99 6.2.5p19
4728 return ((getTypePtr()->isVoidType() && !hasQualifiers()) ||
4736 return isVoidType() ||
4921 inline bool Type::isVoidType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 389 milliseconds