reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 1988   bool isPointerType() const;

References

tools/clang/include/clang/AST/Type.h
 6373          isPointerType() ||
 6396   return isPointerType() || isObjCObjectPointerType();
 6790   return (isPointerType() || isReferenceType() || isBlockPointerType() ||
tools/clang/include/clang/Sema/Overload.h
  870         while (STy->isPointerType() || STy->isReferenceType())
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1069   if (OrigT == T || !T->isPointerType())
 1367   if (!Ty->isPointerType())
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  126       if (E->getSubExpr()->getType()->isPointerType()) {
tools/clang/lib/AST/ASTContext.cpp
 2528   if (Ty->isPointerType())
 7915     else if (Ty->isPointerType())
tools/clang/lib/AST/ASTDiagnostic.cpp
 1180           if (ArgType->isPointerType() &&
 1210         if (ArgType->isPointerType() &&
tools/clang/lib/AST/ASTImporter.cpp
 1551       while (T->isPointerType() || T->isArrayType()) {
tools/clang/lib/AST/Expr.cpp
 1769     assert(getSubExpr()->getType()->isPointerType());
 1786     if (!getType()->isPointerType()) {
 1806     assert(getType()->isPointerType());
 2110   if (LHS->getType()->isPointerType()) {
 2114   } else if (RHS->getType()->isPointerType()) {
 2762       return T->isPointerType() &&
 2916         (E->getType()->isPointerType() || E->getType()->isIntegralType(Ctx)) &&
 2917         (SubExpr->getType()->isPointerType() ||
 4035   return getBase()->getType()->isPointerType();
tools/clang/lib/AST/ExprCXX.cpp
  321   if (ArgType->isDependentType() && !ArgType->isPointerType())
  732   if (Ty->isPointerType())
  968   if (ParamTy->isPointerType())
tools/clang/lib/AST/ExprConstant.cpp
  157     if (!E->getType()->isPointerType())
  179     return E && E->getType()->isPointerType() && tryUnwrapAllocSizeCall(E);
 1582         assert(getType(Base)->isPointerType() || getType(Base)->isArrayType());
 4071   if (Object->getType()->isPointerType() && Object->isRValue())
 6532   if (Ty->isPointerType())
 7873               ->isPointerType()) {
 7912   if (IExp->getType()->isPointerType())
 9083   if (!Field->getType()->isPointerType() ||
 9095   if (Field->getType()->isPointerType() &&
10154       ArgType->isAnyComplexType() || ArgType->isPointerType() ||
11556   if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
11556   if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
11810   if (LHSTy->isPointerType() && RHSTy->isPointerType() &&
11810   if (LHSTy->isPointerType() && RHSTy->isPointerType() &&
14452   if (!getType()->isPointerType())
tools/clang/lib/AST/FormatString.cpp
  467       } if (argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
tools/clang/lib/AST/Interp/Context.cpp
   69   if (T->isReferenceType() || T->isPointerType()) {
tools/clang/lib/AST/MicrosoftMangle.cpp
  562   if (Ty->isPointerType() || Ty->isReferenceType() ||
tools/clang/lib/AST/PrintfFormatString.cpp
  709   if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
tools/clang/lib/AST/ScanfFormatString.cpp
  420   if (!QT->isPointerType())
tools/clang/lib/AST/Type.cpp
   75   if (ty->isPointerType() || ty->isReferenceType())
tools/clang/lib/Analysis/BodyFarm.cpp
  264              && Call->getType()->isPointerType()
tools/clang/lib/Analysis/Consumed.cpp
  144   if (QT->isPointerType() || QT->isReferenceType())
  154   if (QT->isPointerType() || QT->isReferenceType())
  190   return ParamType->isPointerType() || ParamType->isReferenceType();
tools/clang/lib/Analysis/RetainSummaryManager.cpp
  238   if (RetTy->isPointerType()) {
  402   if (RetTy->isPointerType()) {
  727   } else if (ResultTy->isPointerType()) {
tools/clang/lib/Analysis/ThreadSafety.cpp
 1238   } else if (VDT->isPointerType() || VDT->isReferenceType())
tools/clang/lib/CodeGen/CGAtomic.cpp
  827     if (MemTy->isPointerType()) {
  990       MemTy->isPointerType() ? getContext().getIntPtrType() : MemTy;
tools/clang/lib/CodeGen/CGBuiltin.cpp
  121   assert(E->getArg(0)->getType()->isPointerType());
  182   assert(E->getArg(0)->getType()->isPointerType());
  271   assert(E->getArg(0)->getType()->isPointerType());
  297   assert(E->getArg(0)->getType()->isPointerType());
  310   assert(E->getArg(0)->getType()->isPointerType());
tools/clang/lib/CodeGen/CGCall.cpp
 2423           assert(pointeeTy->isPointerType());
tools/clang/lib/CodeGen/CGClass.cpp
 2346     assert((*I)->getType()->isPointerType() &&
tools/clang/lib/CodeGen/CGExpr.cpp
 1040   assert(E->getType()->isPointerType() ||
 1903   assert((LV.getType()->isIntegerType() || LV.getType()->isPointerType()) &&
 2163   assert((Dst.getType()->isIntegerType() || Dst.getType()->isPointerType()) &&
 2195     if (IsMemberAccess && ExpTy->isPointerType()) {
 2234       if (ExpTy->isPointerType())
 3714       QualType ArrayTy = BaseTy->isPointerType()
tools/clang/lib/CodeGen/CGExprAgg.cpp
  404   if (!Field->getType()->isPointerType() ||
  428   if (Field->getType()->isPointerType() &&
  960   if (ArgTy->isIntegralOrEnumerationType() || ArgTy->isPointerType()) {
  989       !ArgTy->isNullPtrType() && !ArgTy->isPointerType() &&
tools/clang/lib/CodeGen/CGExprCXX.cpp
 2170   if (DestTy->isPointerType())
 2225       CGM.getCXXABI().shouldDynamicCastCallBeNullChecked(SrcTy->isPointerType(),
tools/clang/lib/CodeGen/CGObjC.cpp
  393             Args.size() == 1 && Args.front().getType()->isPointerType() &&
 1467   } else if (ivarRef.getType()->isPointerType()) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1107   while ((BaseTy->isPointerType() || BaseTy->isReferenceType()) &&
 1131   while ((BaseTy->isPointerType() || BaseTy->isReferenceType()) &&
 1443   assert(ThreadIDVar->getType()->isPointerType() &&
 1504   assert(!ThreadIDVar->getType()->isPointerType() &&
 8197       if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType())
10414   if (QT->isPointerType())
10426   if (getAArch64MTV(QT, Kind) && QT.getCanonicalType()->isPointerType()) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  350   if (T->isPointerType())
  523       } else if (!VarTy->isVariablyModifiedType() || !VarTy->isPointerType()) {
  524         assert(ArgLVal.getType()->isPointerType());
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  964         if (!LambdaThisCaptureField->getType()->isPointerType()) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1298       if (ty->isPointerType()) {
 4846   assert(!E->getType()->isPointerType() && "Strings are always arrays");
 5799   if (!Ty->isPointerType())
tools/clang/lib/CodeGen/CodeGenTBAA.cpp
  160   if (Ty->isPointerType() || Ty->isReferenceType())
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 3772   if (T->isPointerType())
 4047   if (T->isPointerType())
 4107   bool IsPointer = T->isPointerType();
tools/clang/lib/CodeGen/TargetInfo.cpp
 1625     return (Ty->isIntegralOrEnumerationType() || Ty->isPointerType() ||
 4210       Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType();
 6000   if (Ty->getAs<BuiltinType>() || Ty->isPointerType())
 7258       (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) {
 7288     if (OrigTy->isPointerType())
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  953   } else if (!T->isPointerType()) {
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 3442         } else if (SubExpr->getType()->isPointerType()) {
 3463         } else if (userExpr->getType()->isPointerType()) {
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2871         } else if (SubExpr->getType()->isPointerType()) {
 2892         } else if (userExpr->getType()->isPointerType()) {
tools/clang/lib/Sema/SemaCast.cpp
 1760   if (!DestType->isPointerType() &&
 2251     assert(SrcType->isPointerType() && DestType->isPointerType());
 2251     assert(SrcType->isPointerType() && DestType->isPointerType());
tools/clang/lib/Sema/SemaChecking.cpp
  288   if (!ChainResult.get()->getType()->isPointerType()) {
  494     if (!(*I)->isPointerType() || !(*I)->getPointeeType()->isVoidType() ||
  727         !(Arg5->getType()->isPointerType() &&
  962   if (!RT->isPointerType() || RT->getPointeeType()
 1019     if (!ParamTy->isPointerType())
 1379     if (!PtrArgType->isPointerType() ||
 1390     if (!FnPtrArgType->isPointerType()) {
 1416           !PT->isPointerType() || !PT->getPointeeType()->isCharType() ||
 4729         && !ValType->isPointerType()) {
 4747     if (IsC11 && ValType->isPointerType() &&
 4752   } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
 5699   if (!Arg1Ty->isPointerType() ||
 9192   if (ArgType->isPointerType() || ArgType->canDecayToPointerType()) {
10352       if (BO->getLHS()->getType()->isPointerType())
11579     if (Source->isPointerType() || Source->canDecayToPointerType()) {
12388     if (!ReturnType->isPointerType()) {
14649   if (!T->isPointerType() && !T->isIntegerType())
14658            (T->isPointerType() && (T->getPointeeType()->isIncompleteType() ||
tools/clang/lib/Sema/SemaCodeComplete.cpp
  415   if (LHSType->isPointerType()) {
  494     if (!ContextType.isNull() && ContextType->isPointerType())
 1604         assert(ThisType->isPointerType());
 4277   if (T->isPointerType())
tools/clang/lib/Sema/SemaDecl.cpp
 2224         if (!T->isPointerType())
 5259     if (Ty->isPointerType() || Ty->isReferenceType())
 6527     while (NR->isPointerType()) {
 7014       if (!R->isIntegralType(Context) && !R->isPointerType()) {
 8325   if (PT->isPointerType()) {
 8327     if (PointeeType->isPointerType())
 8533         << QT->isPointerType()
 9496           if (ElemTy->isReferenceType() || ElemTy->isPointerType()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
  869   if (!FD->getReturnType()->isPointerType()) {
 1096   if (!cast<ParmVarDecl>(D)->getType()->isPointerType()) {
 3114       (!Ty->isPointerType() ||
 3124       (!Ty->isPointerType() ||
 3300   } else if (!Ty->isPointerType() ||
 4785         !getFunctionOrMethodParamType(D, ArgumentIdxAST)->isPointerType())
 4876   return QT->isDependentType() || QT->isPointerType() ||
 5108       (!resultType->isPointerType() || resultType->isObjCRetainableType())) {
 5598   if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) {
 6429     if (!RetTy->isPointerType() && !RetTy->isReferenceType()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3566           if (T->isPointerType() &&
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  671   if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) {
  696     if (!ExceptionType->isPointerType() || !HandlerType->isPointerType())
  696     if (!ExceptionType->isPointerType() || !HandlerType->isPointerType())
tools/clang/lib/Sema/SemaExpr.cpp
 3887         if (Type->isPointerType() && OType->isArrayType()) {
 5426     if (!ParamType->isPointerType() ||
 5428         !ArgType->isPointerType() ||
 6264     assert(type->isPointerType());
 6639   if (SrcTy->isPointerType())
 7117   if (!PointerExpr->getType()->isPointerType() ||
 7435   if (LHSTy->isPointerType() && RHSTy->isPointerType())
 7435   if (LHSTy->isPointerType() && RHSTy->isPointerType())
 7690   if (E->getType()->isPointerType())
 8505     if (it->getType()->isPointerType()) {
 8509       if (RHSType->isPointerType())
 8615   if ((LHSType->isPointerType() || LHSType->isObjCObjectPointerType() ||
 9226   if (LHSTy->isPointerType() && !RHSTy->isPointerType()) {
 9226   if (LHSTy->isPointerType() && !RHSTy->isPointerType()) {
 9617   if (PExp->getType()->isPointerType()) {
 9623     if (PExp->getType()->isPointerType()) {
10075   assert(LHSType->isPointerType() || RHSType->isPointerType() ||
10075   assert(LHSType->isPointerType() || RHSType->isPointerType() ||
10651     return Ty->isPointerType() || Ty->isMemberPointerType();
10727     if (CompositeTy->isPointerType()) {
10784     if ((int)LHSType->isPointerType() + (int)RHSType->isPointerType() >=
10784     if ((int)LHSType->isPointerType() + (int)RHSType->isPointerType() >=
10792   } else if (LHSType->isPointerType() &&
10793              RHSType->isPointerType()) { // C99 6.5.8p2
10873         ((LHSType->isNullPtrType() && RHSType->isPointerType()) ||
10874          (RHSType->isNullPtrType() && LHSType->isPointerType()))) {
10927       && ((LHSType->isBlockPointerType() && RHSType->isPointerType())
10928           || (LHSType->isPointerType() && RHSType->isBlockPointerType()))) {
10930       if (!((RHSType->isPointerType() && RHSType->castAs<PointerType>()
10932             || (LHSType->isPointerType() && LHSType->castAs<PointerType>()
10940                               RHSType->isPointerType() ? CK_BitCast
10944                               LHSType->isPointerType() ? CK_BitCast
11493   if (IsDereference && Ty->isPointerType())
12147   } else if (ResType->isPointerType()) {
13533              resultType->isPointerType())
13591         if (!resultType->isIntegerType() && !resultType->isPointerType())
tools/clang/lib/Sema/SemaExprCXX.cpp
  596   if (QT->isPointerType() || QT->isReferenceType())
 3763     assert(!From->getType()->isPointerType() && "Arg can't have pointer type!");
 4300     if (ToType->isPointerType() &&
 4520     return T->isPointerType();
 6797       if (BaseType->isPointerType())
 6933         if (OpKind == tok::period && ObjectType->isPointerType() &&
tools/clang/lib/Sema/SemaExprMember.cpp
  848     bool baseObjectIsPointer = baseObjectExpr->getType()->isPointerType();
  972     assert(BaseType->isPointerType());
tools/clang/lib/Sema/SemaExprObjC.cpp
 2741                (ReceiverType->isPointerType() ||
 2748       if (ReceiverType->isPointerType()) {
 3648   if (QT->isPointerType()) {
 3697     srcKind = (castExprType->isPointerType() ? 1 : 0);
tools/clang/lib/Sema/SemaFixItUtils.cpp
  182   if (T.isPointerType() || T.isMemberPointerType()) {
tools/clang/lib/Sema/SemaInit.cpp
 5311          Entity.getType()->isPointerType() &&
 6736   if (Callee->getReturnType()->isPointerType() ||
 6769   if (FD->getReturnType()->isPointerType() ||
 7230     if (!BO->getType()->isPointerType() || (BOK != BO_Add && BOK != BO_Sub))
 7233     if (BO->getLHS()->getType()->isPointerType())
 7236     else if (BO->getRHS()->getType()->isPointerType())
tools/clang/lib/Sema/SemaOpenMP.cpp
 1833       IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection);
 3557       Ref->getType()->isPointerType()) {
 4801           if (!Ty || (!Ty->isArrayType() && !Ty->isPointerType())) {
 5950   if (VarType->isIntegerType() || VarType->isPointerType() ||
 6422   if (VarType->isIntegerType() || VarType->isPointerType() ||
 6607         !VarType->isPointerType() &&
13456         if (Type->isIntegerType() || Type->isPointerType()) {
13467           if (Type->isPointerType()) {
13779               !Ty->isPointerType())) {
14058     if (!Ty || (!Ty->isArrayType() && !Ty->isPointerType())) {
14447            !ASE->getBase()->getType().getNonReferenceType()->isPointerType() &&
14569   if (BaseQTy->isPointerType())
16412     if (!Type->isPointerType()) {
16488     if (!Type.getNonReferenceType()->isPointerType() &&
tools/clang/lib/Sema/SemaOverload.cpp
  224       (getFromType()->isPointerType() ||
 2304   if (FromType->isBlockPointerType() && ToType->isPointerType() &&
 2523   if (FromPointeeType->isPointerType() && ToPointeeType->isPointerType() &&
 2523   if (FromPointeeType->isPointerType() && ToPointeeType->isPointerType() &&
 2816   if (FromType->isPointerType())
 2818   if (ToType->isPointerType())
 4180       FromType1->isPointerType() && FromType2->isPointerType() &&
 4180       FromType1->isPointerType() && FromType2->isPointerType() &&
 4181       ToType1->isPointerType() && ToType2->isPointerType()) {
 4181       ToType1->isPointerType() && ToType2->isPointerType()) {
 6586           if (!ObjectType.isNull() && ObjectType->isPointerType())
13924       if (BaseType->isRecordType() && !BaseType->isPointerType()) {
tools/clang/lib/Sema/SemaStmt.cpp
 2545             if (PointerTy->isPointerType() && ArrayTy->isArrayType()) {
 3968     if (QT->isPointerType())
tools/clang/lib/Sema/SemaStmtAsm.cpp
  586     if (InTy->isIntegerType() || InTy->isPointerType())
  593     if (OutTy->isIntegerType() || OutTy->isPointerType())
tools/clang/lib/Sema/SemaTemplate.cpp
 1076       T->isPointerType() ||
 5863   if (ParamType->isPointerType() &&
 5956       else if (Arg->getType()->isPointerType()) {
 6017   if (ParamType->isPointerType() || ParamType->isNullPtrType()) {
 6106     if (ParamType->isPointerType() && !AddressTaken)
 6166     } else if (!AddressTaken && ParamType->isPointerType()) {
 6498       assert(ParamType->isPointerType() || ParamType->isReferenceType() ||
 6520           !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) {
 6739       (ParamType->isPointerType() &&
 6783   if (ParamType->isPointerType()) {
 7020   if (ParamType->isPointerType()) {
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3545     if (!ParamWasReference && ParamType->isPointerType() &&
 3655   if (ArgType->isPointerType() || ArgType->isMemberPointerType() ||
 4238   if ((P->isPointerType() && A->isPointerType()) ||
 4238   if ((P->isPointerType() && A->isPointerType()) ||
tools/clang/lib/Sema/SemaType.cpp
 6075       if (pointee->isObjCRetainableType() || pointee->isPointerType())
 6260   if (!type->isPointerType() &&
 7438       (T->isDependentType() && !T->isPointerType() && !T->isReferenceType()) ||
tools/clang/lib/Sema/TreeTransform.h
 2330     if (isArrow && !BaseType->isPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 2101   if (!CE->getArg(2)->getType()->isPointerType())
 2244     if (!T->isIntegralOrEnumerationType() && !T->isPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  160   if (ParamDecl->getType()->isPointerType()) {
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  173     if (CastToTy->isPointerType()) {
  174       if (!CastFromTy->isPointerType())
  223   if (CastFromTy->isPointerType())
  403     if (!(ParamT->isPointerType() && ResultT->isPointerType()) &&
  403     if (!(ParamT->isPointerType() && ResultT->isPointerType()) &&
tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
   55   if (T->isPointerType()) {
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  342           if (T->isPointerType() || T->isObjCObjectPointerType()) {
tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
   43   if (!T->isPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  216       if (!E->getType().getTypePtr()->isPointerType())
  570   if (!ArgTy->isPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 1645   if (Type->isPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  184       if (!CastedType->isPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  131   if (Ty->isPointerType() && Ty->getPointeeType()->isCharType())
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  136     assert(ObjT.getCanonicalType()->isPointerType());
tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  298   if (!UOp->isIncrementDecrementOp() || !UOp->getType()->isPointerType())
  327   if (Rhs->getType()->isIntegerType() && Lhs->getType()->isPointerType()) {
  334   if (Lhs->getType()->isIntegerType() && Rhs->getType()->isPointerType()) {
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp
   51     if (getDecl()->getType()->isPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  174         Ty->isPointerType() && Ty->getPointeeType()->isRecordType();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
   75   if (B->isAdditiveOp() && B->getType()->isPointerType()) {
   76     if (B->getLHS()->getType()->isPointerType()) {
   78     } else if (B->getRHS()->getType()->isPointerType()) {
  120           (U->isIncrementDecrementOp() && U->getType()->isPointerType())) {
 2373     if (OriginalTy->isPointerType()) {
 2630   if (Ty->isPointerType()) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  696     if (T->isPointerType()) // Arrow or implicit-this syntax?
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  592     if (castTy->isPointerType() || castTy->isReferenceType())
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  423   if (castTy->isPointerType() && !castTy->isVoidPointerType())
tools/clang/tools/extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
   35   while (BaseType->isPointerType() || BaseType->isReferenceType()) {
tools/clang/tools/extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
  307     } else if (NumTy && DenomTy && NumTy->isPointerType() &&
  308                DenomTy->isPointerType()) {
tools/clang/tools/extra/clang-tidy/bugprone/VirtualNearMissCheck.cpp
   61   if (!(BaseReturnTy->isPointerType() && DerivedReturnTy->isPointerType()) &&
   61   if (!(BaseReturnTy->isPointerType() && DerivedReturnTy->isPointerType()) &&
tools/clang/tools/extra/clang-tidy/cert/PostfixOperatorCheck.cpp
   74       ReturnType->isPointerType())
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
   23   while (SourceType->isPointerType() && DestType->isPointerType()) {
   23   while (SourceType->isPointerType() && DestType->isPointerType()) {
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
  348   if (QT->isPointerType())
tools/clang/tools/extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
   37   while ((SourceType->isPointerType() && DestType->isPointerType()) ||
   37   while ((SourceType->isPointerType() && DestType->isPointerType()) ||
   42       return (SourceType->isPointerType() == DestType->isPointerType()) &&
   42       return (SourceType->isPointerType() == DestType->isPointerType()) &&
   50   while ((T1->isPointerType() && T2->isPointerType()) ||
   50   while ((T1->isPointerType() && T2->isPointerType()) ||
tools/clang/tools/extra/clang-tidy/misc/MisplacedConstCheck.cpp
   35   if (!QT->isPointerType())
tools/clang/tools/extra/clang-tidy/misc/StaticAssertCheck.cpp
  104   if (IsAlwaysFalse && (!CastExpr || CastExpr->getType()->isPointerType())) {
tools/clang/tools/extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
   75   if (qualType->isPointerType()) {
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  440       if (!CType->isPointerType())
  695       if (!Type->isPointerType()) {
  790     if (CanonicalBeginType->isPointerType() &&
  791         CanonicalInitVarType->isPointerType()) {
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  572     if (!ExprType->isPointerType())
tools/clang/tools/extra/clang-tidy/modernize/UseNodiscardCheck.cpp
   71   return (Node->isTemplateTypeParmType() || Node->isPointerType() ||
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  251   if (Type->isPointerType())
tools/clang/tools/extra/clang-tidy/mpi/BufferDerefCheck.cpp
   91       if (BufferType->isPointerType()) {
tools/clang/tools/extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
   31     if (Type->isPointerType())
tools/clang/tools/extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
  121   if (E->getType()->isPointerType())
tools/clang/tools/extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
  202       (DestType->isPointerType() || DestType->isMemberPointerType()) &&
tools/clang/tools/extra/clang-tidy/readability/NonConstParameterCheck.cpp
   94     if ((T->isPointerType() && !T->getPointeeType().isConstQualified()) ||
  103   if (!T->isPointerType() || T->getPointeeType().isConstQualified() ||
  163     if (T->isPointerType() && T->getPointeeType().isConstQualified())
  179       if (T->isPointerType() && !T->getPointeeType().isConstQualified())
tools/clang/tools/extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.cpp
   63       BaseExpr->getType()->isPointerType()
tools/clang/unittests/AST/ASTTraverserTest.cpp
  230   ASSERT_TRUE(TL.getType()->isPointerType());
tools/clang/unittests/AST/SourceLocationTest.cpp
  687       if (TL.getType()->isPointerType()) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 4474   if (qual_type->isPointerType())