Searched refs:isPointer (Results 1 – 8 of 8) sorted by relevance
169 bool isPointer() const { return Pointer; } in isPointer() function in __anon66c363900111::Type1263 if (getParamType(I).isPointer()) in emitShadowedArgs()1371 if (ThisTy.isPointer()) in emitBodyAsBuiltinCall()2030 if (Ty.isPointer()) in genOverloadTypeCheckCode()
358 bool isPointer = false; in addBlockByrefAddress() local365 isPointer = true; in addBlockByrefAddress()418 if (isPointer) in addBlockByrefAddress()
443 bool isPointer = false; in addBlockByrefAddress() local450 isPointer = true; in addBlockByrefAddress()487 if (isPointer) in addBlockByrefAddress()
1002 bool isPointer = ExpandTy->isPointerTy(); in getAddRecExprPHILiterally() local1003 bool isNegative = !isPointer && isNonConstantNegative(Step); in getAddRecExprPHILiterally()1034 if (isPointer) { in getAddRecExprPHILiterally()
782 bool isPointer = false; in CheckCXXThrowOperand() local785 isPointer = true; in CheckCXXThrowOperand()787 if (!isPointer || !Ty->isVoidType()) { in CheckCXXThrowOperand()789 isPointer ? diag::err_throw_incomplete_ptr in CheckCXXThrowOperand()809 if (isPointer) in CheckCXXThrowOperand()
3567 bool isPointer() const { return IsPointer; } in isPointer() function in __anon991fb07e0811::CatchHandlerType3696 CatchTypePublicBases CTPB(Context, HandledTypes, HandlerCHT.isPointer()); in ActOnCXXTryBlock()
9765 bool isPointer = false; in NoteSurrogateCandidate() local9777 isPointer = true; in NoteSurrogateCandidate()9782 if (isPointer) FnType = S.Context.getPointerType(FnType); in NoteSurrogateCandidate()
566 * if one of types is pointer, return result of *isPointer* flags