Searched refs:isVoidPointerType (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
H A DCanonicalType.h273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
H A DType.h1529 bool isVoidPointerType() const;
/external/clang/lib/AST/
H A DType.cpp386 bool Type::isVoidPointerType() const { function in class:Type
H A DExprConstant.cpp4736 if (!E->getType()->isVoidPointerType()) {
4738 if (SubExpr->getType()->isVoidPointerType())
6802 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset &&
H A DASTContext.cpp6435 if (lhs->isVoidPointerType() ||
6438 else if (rhs->isVoidPointerType() ||
/external/clang/lib/Sema/
H A DSemaCast.cpp1696 unsigned Diag = DestType->isVoidPointerType() ?
H A DSemaExpr.cpp5613 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) {
5904 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) {
5924 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) {
6547 if (RHSType->isVoidPointerType()) {
H A DSemaDecl.cpp1787 if (!T->isVoidPointerType()) {
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1411 !RegionTy->isVoidPointerType()) {

Completed in 2995 milliseconds