Searched refs:isPointer (Results 1 – 7 of 7) sorted by relevance
74 …enum { isPointer = type_traits_detail::PointerTraits<typename type_traits_detail::Reference… enumerator
167 bool isPointer() const { return Pointer; } in isPointer() function in __anon985e31310111::Type1261 if (getParamType(I).isPointer()) in emitShadowedArgs()1369 if (ThisTy.isPointer()) in emitBodyAsBuiltinCall()2028 if (Ty.isPointer()) in genOverloadTypeCheckCode()
443 bool isPointer = false; in addBlockByrefAddress() local450 isPointer = true; in addBlockByrefAddress()487 if (isPointer) in addBlockByrefAddress()
741 bool isPointer = false; in CheckCXXThrowOperand() local744 isPointer = true; in CheckCXXThrowOperand()746 if (!isPointer || !Ty->isVoidType()) { in CheckCXXThrowOperand()748 isPointer ? diag::err_throw_incomplete_ptr in CheckCXXThrowOperand()768 if (isPointer) in CheckCXXThrowOperand()
3494 bool isPointer() const { return IsPointer; } in isPointer() function in __anon27b5dcff0711::CatchHandlerType3628 CatchTypePublicBases CTPB(Context, HandledTypes, HandlerCHT.isPointer()); in ActOnCXXTryBlock()
9609 bool isPointer = false; in NoteSurrogateCandidate() local9621 isPointer = true; in NoteSurrogateCandidate()9626 if (isPointer) FnType = S.Context.getPointerType(FnType); in NoteSurrogateCandidate()
566 * if one of types is pointer, return result of *isPointer* flags