reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1016 TheCall->setType(ParamTy); 1019 if (!ParamTy->isPointerType()) 1021 if (ParamTy->isFunctionPointerType()) 1023 if (ParamTy->isVoidPointerType()) 1039 if (S.RequireCompleteType(TheCall->getBeginLoc(), ParamTy->getPointeeType(), 1043 assert(ParamTy->getPointeeType()->isObjectType() && 1047 InitializedEntity::InitializeParameter(S.Context, ParamTy, false);